summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player-reacts.cc
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-06-28 16:49:29 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-06-28 17:09:37 -0400
commit0a78e6fbdf6fec8060aeb91bc0e2ae06f1f65157 (patch)
tree50e48128ea1246c7676e5637e67aea0d1fb8c208 /crawl-ref/source/player-reacts.cc
parent9120e8b1d0b627eb8c6a7a8b20664316016f706b (diff)
downloadcrawl-ref-0a78e6fbdf6fec8060aeb91bc0e2ae06f1f65157.tar.gz
crawl-ref-0a78e6fbdf6fec8060aeb91bc0e2ae06f1f65157.zip
Sort '#include's better (player-reacts.cc)
Diffstat (limited to 'crawl-ref/source/player-reacts.cc')
-rw-r--r--crawl-ref/source/player-reacts.cc21
1 files changed, 10 insertions, 11 deletions
diff --git a/crawl-ref/source/player-reacts.cc b/crawl-ref/source/player-reacts.cc
index 007020eeac..2b7cd087e7 100644
--- a/crawl-ref/source/player-reacts.cc
+++ b/crawl-ref/source/player-reacts.cc
@@ -54,36 +54,38 @@
#include "dungeon.h"
#include "effects.h"
#include "env.h"
+#include "evoke.h"
#include "exercise.h"
#include "externs.h"
-#include "goditem.h"
-#include "map_knowledge.h"
-#include "fprop.h"
#include "fight.h"
#include "files.h"
#include "fineff.h"
#include "food.h"
+#include "fprop.h"
#include "godabil.h"
#include "godcompanions.h"
+#include "godconduct.h"
+#include "goditem.h"
#include "godpassive.h"
#include "godprayer.h"
+#include "hints.h"
#include "initfile.h"
#include "invent.h"
#include "item_use.h"
-#include "evoke.h"
#include "itemname.h"
#include "itemprop.h"
#include "items.h"
#include "libutil.h"
#include "luaterp.h"
#include "macro.h"
+#include "map_knowledge.h"
#include "mapmark.h"
#include "maps.h"
#include "melee_attack.h"
#include "message.h"
#include "misc.h"
-#include "mon-act.h"
#include "mon-abil.h"
+#include "mon-act.h"
#include "mon-cast.h"
#include "mon-transit.h"
#include "mon-util.h"
@@ -91,13 +93,13 @@
#include "options.h"
#include "ouch.h"
#include "output.h"
-#include "player.h"
#include "player-stats.h"
+#include "player.h"
#include "quiver.h"
#include "random.h"
#include "religion.h"
-#include "godconduct.h"
#include "shopping.h"
+#include "shout.h"
#include "skills.h"
#include "skills2.h"
#include "species.h"
@@ -112,10 +114,10 @@
#include "spl-util.h"
#include "spl-wpnench.h"
#include "stairs.h"
+#include "startup.h"
#include "stash.h"
#include "state.h"
#include "stuff.h"
-#include "startup.h"
#include "tags.h"
#include "target.h"
#include "terrain.h"
@@ -123,9 +125,6 @@
#include "transform.h"
#include "traps.h"
#include "travel.h"
-#include "hints.h"
-#include "shout.h"
-#include "stash.h"
#include "version.h"
#include "view.h"
#include "viewchar.h"