summaryrefslogtreecommitdiff
path: root/src/z-rand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/z-rand.h')
-rw-r--r--src/z-rand.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/z-rand.h b/src/z-rand.h
index 39cc958c..ba17dabe 100644
--- a/src/z-rand.h
+++ b/src/z-rand.h
@@ -1,7 +1,4 @@
-/* File: z-rand.h */
-
-#ifndef INCLUDED_Z_RAND_H
-#define INCLUDED_Z_RAND_H
+#pragma once
#ifdef __cplusplus
extern "C" {
@@ -91,6 +88,3 @@ extern s32b maxroll(s16b num, s16b sides);
#ifdef __cplusplus
} /* extern "C" */
#endif
-
-
-#endif