diff options
author | Bardur Arantsson <bardur@scientician.net> | 2015-03-07 16:55:40 +0100 |
---|---|---|
committer | Bardur Arantsson <bardur@scientician.net> | 2015-03-07 16:55:40 +0100 |
commit | 7bdfa1a20c8921e53baecdd12b48870417f8b426 (patch) | |
tree | c1dee70b8c76b1ab50d805989a5030ac864c8a4b /src/help.cc | |
parent | ba98790ab04de2c6fdecc7d54b7eb4c43755f105 (diff) |
Split files.cc declarations into separate header files
Diffstat (limited to 'src/help.cc')
-rw-r--r-- | src/help.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/help.cc b/src/help.cc index 68c3500c..fe48acce 100644 --- a/src/help.cc +++ b/src/help.cc @@ -10,6 +10,7 @@ #include "help.hpp" #include "angband.h" +#include "files.hpp" #include "hooks.h" #include "skills.hpp" #include "util.hpp" |