aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/math/geometry.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/math/geometry.h')
-rwxr-xr-xengines/sword25/math/geometry.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/sword25/math/geometry.h b/engines/sword25/math/geometry.h
index c63167269f..fe9dda113e 100755
--- a/engines/sword25/math/geometry.h
+++ b/engines/sword25/math/geometry.h
@@ -17,15 +17,15 @@
// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
// -----------------------------------------------------------------------------
-#ifndef BS_GEOMETRY_H
-#define BS_GEOMETRY_H
+#ifndef SWORD25_GEOMETRY_H
+#define SWORD25_GEOMETRY_H
// -----------------------------------------------------------------------------
// Includes
// -----------------------------------------------------------------------------
-#include "kernel/common.h"
-#include "kernel/service.h"
+#include "sword25/kernel/common.h"
+#include "sword25/kernel/service.h"
// -----------------------------------------------------------------------------