summaryrefslogtreecommitdiff
path: root/src/angband.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-12-11 08:09:30 +0100
committerBardur Arantsson <bardur@scientician.net>2015-12-11 08:09:30 +0100
commit97bcf1bc612d9920390c885b8dcea0b0cda6f246 (patch)
treef9890fb08cc717fbc8837b58945f32dd64929b45 /src/angband.h
parente4b4f4730a2fb39da766892adbf3419bf5e7f48f (diff)
Migrate z-rand.c to C++
- Include explicitly instead of via angband.h - Change to regular functions instead of macros.
Diffstat (limited to 'src/angband.h')
-rw-r--r--src/angband.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/angband.h b/src/angband.h
index ccf5295a..5fbc94e5 100644
--- a/src/angband.h
+++ b/src/angband.h
@@ -27,7 +27,6 @@ extern "C" {
*/
#include "z-util.h"
#include "z-form.h"
-#include "z-rand.h"
#include "z-term.h"