summaryrefslogtreecommitdiff
path: root/src/birth.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-03-22 14:23:30 +0100
committerBardur Arantsson <bardur@scientician.net>2015-03-22 14:23:30 +0100
commitf498e18ca748427db1de1bf0301df5113e4f5ba2 (patch)
treebcd5d490476739a830fdba9a00fa31fd0901ca2d /src/birth.cc
parentbe1a50f85972c88e75ef8a1ee375f55ec94ba18d (diff)
Rename q_*.h headers to *.hpp and remove "extern C" wrappers
Diffstat (limited to 'src/birth.cc')
-rw-r--r--src/birth.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/birth.cc b/src/birth.cc
index 4a822a61..55705a45 100644
--- a/src/birth.cc
+++ b/src/birth.cc
@@ -26,7 +26,7 @@
#include "object1.hpp"
#include "object2.hpp"
#include "options.hpp"
-#include "q_rand.h"
+#include "q_rand.hpp"
#include "skills.hpp"
#include "spells2.hpp"
#include "spells3.hpp"