diff options
| author | Petr Mrázek | 2011-12-31 12:46:31 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2011-12-31 12:46:31 +0100 |
| commit | 1b28039e2c93daa3c2f69f5e2a000ff8c96ee1f8 (patch) | |
| tree | c003d00837926ced3fce6ff6b359d7307c1f1801 /common.h | |
| parent | dbfeaf935df92644b72746842166baf700450e15 (diff) | |
| download | stonesense-1b28039e2c93daa3c2f69f5e2a000ff8c96ee1f8.tar.gz stonesense-1b28039e2c93daa3c2f69f5e2a000ff8c96ee1f8.tar.bz2 stonesense-1b28039e2c93daa3c2f69f5e2a000ff8c96ee1f8.tar.xz | |
Header changes in dfhack.
Diffstat (limited to 'common.h')
| -rw-r--r-- | common.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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"
|
