summaryrefslogtreecommitdiff
path: root/src/constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants.h')
-rw-r--r--src/constants.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/constants.h b/src/constants.h
index e615d00cd..dd5611ac7 100644
--- a/src/constants.h
+++ b/src/constants.h
@@ -17,8 +17,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef CONSTANTS_HEADER
-#define CONSTANTS_HEADER
+#pragma once
/*
All kinds of constants.
@@ -118,5 +117,3 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define TTF_DEFAULT_FONT_SIZE (16)
#endif
#define DEFAULT_FONT_SIZE (10)
-
-#endif