diff options
Diffstat (limited to 'base/version.cpp')
-rw-r--r-- | base/version.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/base/version.cpp b/base/version.cpp index b41ec00ea0..8de96d0b78 100644 --- a/base/version.cpp +++ b/base/version.cpp @@ -23,7 +23,6 @@ * */ -#include "common/stdafx.h" #include "common/scummsys.h" #include "base/internal_version.h" #include "base/version.h" @@ -69,7 +68,7 @@ const char *gScummVMFeatures = "" "Vorbis " #endif #endif - + #ifdef USE_FLAC "FLAC " #endif |