summaryrefslogtreecommitdiff
path: root/src/gen/hex.h
diff options
context:
space:
mode:
authorJ08nY2018-03-03 01:24:03 +0100
committerJ08nY2018-03-03 01:24:03 +0100
commitd53630043dedeef63a1ea8063c537a939d43afda (patch)
treea79f723623da515b6611cbe8d8896ff829f289c7 /src/gen/hex.h
parent1f0f281a8a0ee8d4114a7f1df6c762f20e935746 (diff)
downloadecgen-d53630043dedeef63a1ea8063c537a939d43afda.tar.gz
ecgen-d53630043dedeef63a1ea8063c537a939d43afda.tar.zst
ecgen-d53630043dedeef63a1ea8063c537a939d43afda.zip
Add direcory names to include guards.
Diffstat (limited to 'src/gen/hex.h')
-rw-r--r--src/gen/hex.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gen/hex.h b/src/gen/hex.h
index 23621de..b366af7 100644
--- a/src/gen/hex.h
+++ b/src/gen/hex.h
@@ -5,8 +5,8 @@
/**
* @file hex.h
*/
-#ifndef ECGEN_HEX_H
-#define ECGEN_HEX_H
+#ifndef ECGEN_GEN_HEX_H
+#define ECGEN_GEN_HEX_H
#include "misc/types.h"
@@ -19,4 +19,4 @@
*/
CHECK(hex_check_param);
-#endif // ECGEN_HEX_H
+#endif // ECGEN_GEN_HEX_H