diff options
Diffstat (limited to 'src/dyetool/dyemain.cpp')
-rw-r--r-- | src/dyetool/dyemain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dyetool/dyemain.cpp b/src/dyetool/dyemain.cpp index fb8146566..8a69b79c1 100644 --- a/src/dyetool/dyemain.cpp +++ b/src/dyetool/dyemain.cpp @@ -43,9 +43,9 @@ #ifndef USE_SDL2 #include "resources/sdlimagehelper.h" +#endif // USE_SDL2 #include <SDL.h> -#endif // USE_SDL2 #include "debug.h" |