diff options
Diffstat (limited to 'simon/simon.cpp')
-rw-r--r-- | simon/simon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index 68fe1ce9ea..3025112718 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -26,7 +26,7 @@ #include "sound/mididrv.h" #include "common/config-file.h" #include "common/file.h" -#include "common/gameDetector.h" +#include "base/gameDetector.h" #include <errno.h> #include <time.h> |