diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-01 21:21:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-01 22:13:44 +0300 |
commit | 41ffafd17ad8f0a7ee060cc9f48bca04a1e16cb6 (patch) | |
tree | 75a934dd456f4079898b77f17fc2e5da631ba761 /src/client.cpp | |
parent | 33ef923235aeabd07308816bb07ef790cc6c1024 (diff) | |
download | plus-41ffafd17ad8f0a7ee060cc9f48bca04a1e16cb6.tar.gz plus-41ffafd17ad8f0a7ee060cc9f48bca04a1e16cb6.tar.bz2 plus-41ffafd17ad8f0a7ee060cc9f48bca04a1e16cb6.tar.xz plus-41ffafd17ad8f0a7ee060cc9f48bca04a1e16cb6.zip |
Fix code style.
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client.cpp b/src/client.cpp index 6f6c78f7c..0631b661c 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -94,9 +94,7 @@ #include "particle/particle.h" #include "resources/imagehelper.h" -#include "resources/openglimagehelper.h" #include "resources/resourcemanager.h" -#include "resources/surfaceimagehelper.h" #include "resources/spritereference.h" #include "resources/db/avatardb.h" @@ -124,7 +122,6 @@ #endif #include "utils/physfstools.h" #include "utils/sdlcheckutils.h" -#include "utils/sdlhelper.h" #include "utils/timer.h" #include "utils/translation/translationmanager.h" |