diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-16 20:43:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-16 20:43:05 +0300 |
commit | 381a271357c727df838ffe7958bf6ae16fd69804 (patch) | |
tree | 8ad1d9e05d7bc6b402ca31711309b649bd6eff8a /src/utils/copynpaste.cpp | |
parent | 44ca1b1c650e08e45de738b19513136e71e40349 (diff) | |
download | plus-381a271357c727df838ffe7958bf6ae16fd69804.tar.gz plus-381a271357c727df838ffe7958bf6ae16fd69804.tar.bz2 plus-381a271357c727df838ffe7958bf6ae16fd69804.tar.xz plus-381a271357c727df838ffe7958bf6ae16fd69804.zip |
fix code style.
Diffstat (limited to 'src/utils/copynpaste.cpp')
-rw-r--r-- | src/utils/copynpaste.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/copynpaste.cpp b/src/utils/copynpaste.cpp index 8af847a21..b2d241f16 100644 --- a/src/utils/copynpaste.cpp +++ b/src/utils/copynpaste.cpp @@ -35,7 +35,7 @@ #include "utils/copynpaste.h" -#include <SDL/SDL_syswm.h> +#include <SDL_syswm.h> #include "debug.h" |