diff options
| author | Petr Mrázek | 2011-06-15 17:35:47 +0200 |
|---|---|---|
| committer | Petr Mrázek | 2011-06-15 17:35:47 +0200 |
| commit | 7136ac7aa42cc564ba92c116441430caf01ba961 (patch) | |
| tree | c76ed52bc61eb848d0adead3c2ad5885e7a1c920 /library/TileTypes.cpp | |
| parent | b29871cb8c3d428925f001a379441c2ba21cd840 (diff) | |
| download | dfhack-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.cpp | 2 |
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" |
