Skip to content

Commit 9cf29fc

Browse files
committed
some boost removal
1 parent a2419f5 commit 9cf29fc

File tree

2 files changed

+7
-19
lines changed

2 files changed

+7
-19
lines changed

Core/pch.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ using namespace std;
5353
#pragma warning(disable:4310)
5454

5555
//#include <boost/move/move.hpp>
56-
#include <boost/iostreams/stream.hpp>
56+
//#include <boost/iostreams/stream.hpp>
5757

58-
#include <boost/format.hpp>
59-
#include <boost/functional/hash.hpp>
58+
//#include <boost/format.hpp>
59+
//#include <boost/functional/hash.hpp>
6060
//#include <boost/timer.hpp>
6161
//#include <boost/type_traits/is_enum.hpp>
6262
//#include <boost/mpl/bool.hpp>
@@ -121,10 +121,10 @@ typedef eos::portable_oarchive serialization_portable_oarchive;
121121
typedef eos::portable_iarchive serialization_portable_iarchive;
122122

123123

124-
#include <boost/system/error_code.hpp>
125-
#include <boost/uuid/uuid.hpp> // uuid class
126-
#include <boost/uuid/uuid_generators.hpp> // generators
127-
#include <boost/uuid/uuid_io.hpp> // streaming operators etc.
124+
//#include <boost/system/error_code.hpp>
125+
//#include <boost/uuid/uuid.hpp> // uuid class
126+
//#include <boost/uuid/uuid_generators.hpp> // generators
127+
//#include <boost/uuid/uuid_io.hpp> // streaming operators etc.
128128

129129
#include <string>
130130
#include <locale>

Spectrum/Spectrum.vcxproj

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -105,40 +105,28 @@
105105
</ImportGroup>
106106
<PropertyGroup Label="UserMacros" />
107107
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
108-
<IncludePath>
109-
</IncludePath>
110108
<LibraryPath>$(SolutionDir)$(Platform)\$(Configuration);$(LibraryPath)</LibraryPath>
111109
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
112110
<IntDir>$(Platform)\$(Configuration)\</IntDir>
113111
</PropertyGroup>
114112
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
115-
<IncludePath>
116-
</IncludePath>
117113
<LibraryPath>$(SolutionDir)$(Platform)\$(Configuration);$(LibraryPath)</LibraryPath>
118114
</PropertyGroup>
119115
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
120-
<IncludePath>
121-
</IncludePath>
122116
<LibraryPath>$(SolutionDir)$(Platform)\$(Configuration);$(LibraryPath)</LibraryPath>
123117
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
124118
<IntDir>$(Platform)\$(Configuration)\</IntDir>
125119
</PropertyGroup>
126120
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Normal|Win32'">
127-
<IncludePath>
128-
</IncludePath>
129121
<LibraryPath>$(SolutionDir)$(Platform)\$(Configuration);$(LibraryPath)</LibraryPath>
130122
<LinkIncremental>true</LinkIncremental>
131123
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
132124
<IntDir>$(Platform)\$(Configuration)\</IntDir>
133125
</PropertyGroup>
134126
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
135-
<IncludePath>
136-
</IncludePath>
137127
<LibraryPath>$(SolutionDir)$(Platform)\$(Configuration);$(LibraryPath)</LibraryPath>
138128
</PropertyGroup>
139129
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Normal|x64'">
140-
<IncludePath>
141-
</IncludePath>
142130
<LibraryPath>$(SolutionDir)$(Platform)\$(Configuration);$(LibraryPath)</LibraryPath>
143131
</PropertyGroup>
144132
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">

0 commit comments

Comments
 (0)