aboutsummaryrefslogtreecommitdiff
path: root/saga/expr.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2004-08-02 16:20:35 +0000
committerEugene Sandulenko2004-08-02 16:20:35 +0000
commit166b05aed4c6431c6c4b19a87c94646498ed1e99 (patch)
tree5eacae0d409d4ce40db87a76508480eb8c23e7bf /saga/expr.cpp
parent79e2af87877095b317ad47cf2f42cf10a38fd6aa (diff)
downloadscummvm-rg350-166b05aed4c6431c6c4b19a87c94646498ed1e99.tar.gz
scummvm-rg350-166b05aed4c6431c6c4b19a87c94646498ed1e99.tar.bz2
scummvm-rg350-166b05aed4c6431c6c4b19a87c94646498ed1e99.zip
Fix #include paths.
svn-id: r14443
Diffstat (limited to 'saga/expr.cpp')
-rw-r--r--saga/expr.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/saga/expr.cpp b/saga/expr.cpp
index 47cf21982e..3ecfc38e16 100644
--- a/saga/expr.cpp
+++ b/saga/expr.cpp
@@ -25,9 +25,9 @@
// EXPR_ParseArgs() lifted wholesale from SDL win32 initialization code by Sam Lantinga
-#include "saga.h"
-#include "cvar_mod.h"
-#include "expr.h"
+#include "saga/saga.h"
+#include "saga/cvar_mod.h"
+#include "saga/expr.h"
namespace Saga {