summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tags.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-09-26 03:06:48 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-09-26 03:06:48 +0200
commit931040fac24525a457a62e21331572648a2104be (patch)
tree74c570df25c644ab775fd3943bf228252ce3c14b /crawl-ref/source/tags.h
parent8083632f65832778889f5f5ec1a18f06f8caac40 (diff)
downloadcrawl-ref-931040fac24525a457a62e21331572648a2104be.tar.gz
crawl-ref-931040fac24525a457a62e21331572648a2104be.zip
Fix tiles compilation.
I went the lazy way and just stuck stdint.h at the beginning, we include it from a number of basic and/or platform-dependent headers so was pulled by AppHdr.h anyway.
Diffstat (limited to 'crawl-ref/source/tags.h')
-rw-r--r--crawl-ref/source/tags.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/tags.h b/crawl-ref/source/tags.h
index 88fc8193bd..e7b4350d91 100644
--- a/crawl-ref/source/tags.h
+++ b/crawl-ref/source/tags.h
@@ -8,7 +8,6 @@
#define TAGS_H
#include <cstdio>
-#include <stdint.h>
#include "tag-version.h"
#include "package.h"