aboutsummaryrefslogtreecommitdiff
path: root/externals/build/src/state.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-11-14 21:48:38 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-11-14 21:48:38 +0000
commit6438f1f378776bcf3d4780bd0fb796a34f96995e (patch)
treef6914a3ee181a00f14b55063ca0c68eeb200b229 /externals/build/src/state.c
parentf5f7e164364ddabdb32758739e2f3265b51e4d33 (diff)
standardized relative paths to the actual relative locations of the files. This means changing ../ to ../../
svn path=/trunk/; revision=3902
Diffstat (limited to 'externals/build/src/state.c')
-rw-r--r--externals/build/src/state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/build/src/state.c b/externals/build/src/state.c
index 836c8738..2ade5daa 100644
--- a/externals/build/src/state.c
+++ b/externals/build/src/state.c
@@ -1 +1 @@
-#include "../ggee/gui/state.c"
+#include "../../ggee/gui/state.c"