summaryrefslogtreecommitdiff
path: root/src/z-form.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/z-form.cc')
-rw-r--r--src/z-form.cc8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/z-form.cc b/src/z-form.cc
index faaa2917..01b9642e 100644
--- a/src/z-form.cc
+++ b/src/z-form.cc
@@ -1,13 +1,11 @@
-/* File: z-form.c */
-
-/* Purpose: Low level text formatting -BEN- */
-
#include "z-form.h"
#include "z-util.h"
#include "z-util.hpp"
-#include <stdlib.h>
+#include <cctype>
+#include <cstdlib>
+#include <cstdio>
/*
* Here is some information about the routines in this file.