summaryrefslogtreecommitdiff
path: root/src/monster1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/monster1.cc')
-rw-r--r--src/monster1.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/monster1.cc b/src/monster1.cc
index a0a75a67..644b2424 100644
--- a/src/monster1.cc
+++ b/src/monster1.cc
@@ -1,7 +1,3 @@
-/* File: monster1.c */
-
-/* Purpose: describe monsters (using monster memory) */
-
/*
* Copyright (c) 1989 James E. Wilson, Christopher J. Stuart
*
@@ -10,6 +6,7 @@
* included in all such copies.
*/
+#include "monster1.hpp"
#include "angband.h"
#include "util.hpp"