aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/tads/tads2/regex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/tads/tads2/regex.cpp')
-rw-r--r--engines/glk/tads/tads2/regex.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/glk/tads/tads2/regex.cpp b/engines/glk/tads/tads2/regex.cpp
index c0404202bf..a7f7d99369 100644
--- a/engines/glk/tads/tads2/regex.cpp
+++ b/engines/glk/tads/tads2/regex.cpp
@@ -67,10 +67,10 @@ Notes
numbers.
*/
-#include "engines/glk/tads/tads2/regex.h"
-#include "engines/glk/tads/tads2/ler.h"
-#include "engines/glk/tads/tads2/os.h"
-//#include "engines/glk/tads/tads2/std.h"
+#include "glk/tads/tads2/regex.h"
+#include "glk/tads/tads2/ler.h"
+#include "glk/tads/tads2/os.h"
+//#include "glk/tads/tads2/std.h"
#//include "engines/glk/tads/tads2/ler.h"
namespace Glk {