summaryrefslogtreecommitdiff
path: root/library/TileTypes.cpp
diff options
context:
space:
mode:
authorPetr Mrázek2011-06-15 17:35:47 +0200
committerPetr Mrázek2011-06-15 17:35:47 +0200
commit7136ac7aa42cc564ba92c116441430caf01ba961 (patch)
treec76ed52bc61eb848d0adead3c2ad5885e7a1c920 /library/TileTypes.cpp
parentb29871cb8c3d428925f001a379441c2ba21cd840 (diff)
downloaddfhack-7136ac7aa42cc564ba92c116441430caf01ba961.tar.gz
dfhack-7136ac7aa42cc564ba92c116441430caf01ba961.tar.bz2
dfhack-7136ac7aa42cc564ba92c116441430caf01ba961.tar.xz
Get rid of the stdint.h garbage and use the real header.
Diffstat (limited to 'library/TileTypes.cpp')
-rw-r--r--library/TileTypes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/TileTypes.cpp b/library/TileTypes.cpp
index 46821cd4..b6c7b1f0 100644
--- a/library/TileTypes.cpp
+++ b/library/TileTypes.cpp
@@ -1,5 +1,5 @@
// vim: sts=4 sta et shiftwidth=4:
-#include "dfhack/Integers.h"
+#include "Internal.h"
#include "dfhack/TileTypes.h"
#include "dfhack/Export.h"