diff options
Diffstat (limited to 'sword1/mouse.cpp')
-rw-r--r-- | sword1/mouse.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sword1/mouse.cpp b/sword1/mouse.cpp index 3bf17f778c..4550b5c93f 100644 --- a/sword1/mouse.cpp +++ b/sword1/mouse.cpp @@ -19,7 +19,7 @@ * */ -#include "stdafx.h" +#include "common/stdafx.h" #include "sword1/mouse.h" #include "sword1/menu.h" #include "sword1/screen.h" @@ -27,7 +27,7 @@ #include "sword1/resman.h" #include "sword1/objectman.h" #include "sword1/sworddefs.h" -#include "system.h" +#include "common/system.h" #include "sword1/swordres.h" #include "sword1/menu.h" |