diff options
Diffstat (limited to 'src/map/mob.hpp')
-rw-r--r-- | src/map/mob.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/mob.hpp b/src/map/mob.hpp index d0cc07a..1f2aead 100644 --- a/src/map/mob.hpp +++ b/src/map/mob.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 "mob.t.hpp" +#include "fwd.hpp" + #include "../generic/fwd.hpp" #include "../generic/enum.hpp" #include "../generic/random.t.hpp" |