diff options
Diffstat (limited to 'src/map/pc.hpp')
-rw-r--r-- | src/map/pc.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/pc.hpp b/src/map/pc.hpp index 8a06076..605915e 100644 --- a/src/map/pc.hpp +++ b/src/map/pc.hpp @@ -20,10 +20,10 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. -#include "fwd.hpp" - #include "pc.t.hpp" +#include "fwd.hpp" + #include "../strings/fwd.hpp" #include "../generic/dumb_ptr.hpp" |