summaryrefslogtreecommitdiff
path: root/src/monster2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/monster2.cc')
-rw-r--r--src/monster2.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/monster2.cc b/src/monster2.cc
index 4c129de9..d6c75f91 100644
--- a/src/monster2.cc
+++ b/src/monster2.cc
@@ -1,7 +1,3 @@
-/* File: monster2.c */
-
-/* Purpose: misc code for monsters */
-
/*
* Copyright (c) 1989 James E. Wilson, Robert A. Koeneke
*
@@ -9,12 +5,12 @@
* not for profit purposes provided that this copyright and statement are
* included in all such copies.
*/
-
#include "angband.h"
#include "hooks.h"
#include "mimic.hpp"
#include "randart.hpp"
#include "xtra1.hpp"
+#include "xtra2.hpp"
#include <algorithm>
#include <string>