diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-04-24 22:09:54 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-04-24 22:31:00 -0700 |
commit | dc0762c547cab250d4fe081706930582a27c0b46 (patch) | |
tree | 82b00bc460af9543769e4769521b2fc73fdb2437 /src/map/pc.cpp | |
parent | c093f4cce643e245ab2048e0782237744208eb9f (diff) | |
download | tmwa-dc0762c547cab250d4fe081706930582a27c0b46.tar.gz tmwa-dc0762c547cab250d4fe081706930582a27c0b46.tar.bz2 tmwa-dc0762c547cab250d4fe081706930582a27c0b46.tar.xz tmwa-dc0762c547cab250d4fe081706930582a27c0b46.zip |
Conform magic headers to the decl/def rule
Diffstat (limited to 'src/map/pc.cpp')
-rw-r--r-- | src/map/pc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.cpp b/src/map/pc.cpp index 47e45a5..c9e67ea 100644 --- a/src/map/pc.cpp +++ b/src/map/pc.cpp @@ -49,7 +49,7 @@ #include "clif.hpp" #include "intif.hpp" #include "itemdb.hpp" -#include "magic.hpp" +#include "magic-stmt.hpp" #include "map.hpp" #include "npc.hpp" #include "party.hpp" |