diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2013-01-19 22:00:56 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2013-01-19 22:00:56 (GMT) |
| commit | e7b174a78dd3224235b32db44dbb54f550f23a68 (patch) | |
| tree | 9bfa2cacc74fb0128db980e955cddc7e3e5d187a /src/client | |
| parent | b493788b2693314277a730b1938d3f4ab7be575c (diff) | |
| download | powder-e7b174a78dd3224235b32db44dbb54f550f23a68.zip powder-e7b174a78dd3224235b32db44dbb54f550f23a68.tar.gz | |
Revert "move version info to version.h, no longer needs full recompile on version change"
This reverts commit b3a2ab735b76185715d7efd848659ef87ca70405.
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/Client.cpp | 1 | ||||
| -rw-r--r-- | src/client/GameSave.cpp | 1 | ||||
| -rw-r--r-- | src/client/HTTP.cpp | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/client/Client.cpp b/src/client/Client.cpp index 5ccabe4..75e01eb 100644 --- a/src/client/Client.cpp +++ b/src/client/Client.cpp @@ -26,7 +26,6 @@ #endif #include "Config.h" -#include "Version.h" #include "Format.h" #include "Client.h" #include "MD5.h" diff --git a/src/client/GameSave.cpp b/src/client/GameSave.cpp index 0082af5..53736ca 100644 --- a/src/client/GameSave.cpp +++ b/src/client/GameSave.cpp @@ -4,7 +4,6 @@ #include <vector> #include <bzlib.h> #include "Config.h" -#include "Version.h" #include "Format.h" #include "bson/BSON.h" #include "GameSave.h" diff --git a/src/client/HTTP.cpp b/src/client/HTTP.cpp index 6728258..5fc4d08 100644 --- a/src/client/HTTP.cpp +++ b/src/client/HTTP.cpp @@ -49,7 +49,6 @@ #endif #include "Config.h" -#include "Version.h" #include "HTTP.h" #include "MD5.h" |
