mirror of
https://github.com/mariiaan/minipp.git
synced 2026-05-14 10:11:17 +02:00
cleanup
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
|
||||
#include "minipp/minipp.hpp"
|
||||
@@ -130,7 +130,6 @@
|
||||
<ClInclude Include="minipp\minipp.hpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="DoubleFileTest.cpp" />
|
||||
<ClCompile Include="test.cpp" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
|
||||
@@ -23,8 +23,5 @@
|
||||
<ClCompile Include="test.cpp">
|
||||
<Filter>Quelldateien</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="DoubleFileTest.cpp">
|
||||
<Filter>Quelldateien</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -233,6 +233,7 @@ namespace minipp
|
||||
#include <typeinfo>
|
||||
#include <sstream>
|
||||
#include <iomanip>
|
||||
#include <stdlib.h>
|
||||
#include <bitset>
|
||||
|
||||
#if MINIPP_ENABLE_DEBUG_OUTPUT
|
||||
@@ -957,4 +958,4 @@ bool minipp::MiniPPFile::Tools::IsIntegerDecimal(const std::string& str) noexcep
|
||||
}
|
||||
|
||||
#pragma endregion
|
||||
#endif
|
||||
#endif // MINIPP_IMPLEMENTATION
|
||||
Reference in New Issue
Block a user