summaryrefslogtreecommitdiff
path: root/src/angband.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:42 +0100
committerBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:42 +0100
commit6f612c6e6cf9b20c00fd2f515d3694d2b7f7f444 (patch)
tree0c090679f4a130f023c22eaf48f66da31afb2dee /src/angband.h
parent50a8089bb44ffeb21b9f8bca2c3b6596b617e0d0 (diff)
Split variables.cc declarations to separate header files
- Can now remove externs.h. Yay! - Put a stray option variable into its rightful place in options.hpp
Diffstat (limited to 'src/angband.h')
-rw-r--r--src/angband.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/angband.h b/src/angband.h
index 73aad517..a4646d08 100644
--- a/src/angband.h
+++ b/src/angband.h
@@ -38,11 +38,10 @@ extern "C" {
/*
- * Now, include the define's, the type's, and the extern's
+ * Now, include the defines and the types
*/
#include "defines.h"
#include "types.h"
-#include "externs.h"
/***** Some copyright messages follow below *****/