summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorPetr Mrázek2011-12-31 12:46:31 +0100
committerPetr Mrázek2011-12-31 12:46:31 +0100
commit1b28039e2c93daa3c2f69f5e2a000ff8c96ee1f8 (patch)
treec003d00837926ced3fce6ff6b359d7307c1f1801 /common.h
parentdbfeaf935df92644b72746842166baf700450e15 (diff)
downloadstonesense-1b28039e2c93daa3c2f69f5e2a000ff8c96ee1f8.tar.gz
stonesense-1b28039e2c93daa3c2f69f5e2a000ff8c96ee1f8.tar.bz2
stonesense-1b28039e2c93daa3c2f69f5e2a000ff8c96ee1f8.tar.xz
Header changes in dfhack.
Diffstat (limited to 'common.h')
-rw-r--r--common.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/common.h b/common.h
index 5844e10..039fd98 100644
--- a/common.h
+++ b/common.h
@@ -26,10 +26,10 @@
#define DFHACK_WANT_TILETYPES
#include <DFHack.h>
-#include <dfhack/Core.h>
-#include <dfhack/Console.h>
-#include <dfhack/Export.h>
-#include <dfhack/PluginManager.h>
+#include "Core.h"
+#include <Console.h>
+#include <Export.h>
+#include <PluginManager.h>
#include "commonTypes.h"
#include "Block.h"