summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-tornado.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-01-12 18:10:52 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-01-12 23:11:01 +0100
commit250db9e5f569c4f5eecfa4eb9585a11d0c4d9df3 (patch)
tree56edee4df8a7828c6ac6b1eec2045c2342a2c311 /crawl-ref/source/spl-tornado.cc
parent193c3a124cf60f0a3f60ac367feda94640846845 (diff)
downloadcrawl-ref-250db9e5f569c4f5eecfa4eb9585a11d0c4d9df3.tar.gz
crawl-ref-250db9e5f569c4f5eecfa4eb9585a11d0c4d9df3.zip
"include" -> <include> for system headers.
GCC allows both forms, contrary to the standard.
Diffstat (limited to 'crawl-ref/source/spl-tornado.cc')
-rw-r--r--crawl-ref/source/spl-tornado.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-tornado.cc b/crawl-ref/source/spl-tornado.cc
index 3771f110f2..70c5c87eb7 100644
--- a/crawl-ref/source/spl-tornado.cc
+++ b/crawl-ref/source/spl-tornado.cc
@@ -1,4 +1,5 @@
#include "AppHdr.h"
+#include <math.h>
#include "spl-damage.h"
@@ -10,7 +11,6 @@
#include "fineff.h"
#include "godconduct.h"
#include "los.h"
-#include "math.h"
#include "message.h"
#include "misc.h"
#include "mon-behv.h"