diff options
Diffstat (limited to 'backends/null')
-rw-r--r-- | backends/null/null.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/null/null.cpp b/backends/null/null.cpp index 8098445a89..b4eb5f87c9 100644 --- a/backends/null/null.cpp +++ b/backends/null/null.cpp @@ -20,8 +20,8 @@ */ #include "stdafx.h" -#include "scummsys.h" -#include "system.h" +#include "common/scummsys.h" +#include "common/system.h" #if defined(USE_NULL_DRIVER) |