aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/tables.h')
-rw-r--r--src/stdlib/tables.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stdlib/tables.h b/src/stdlib/tables.h
index 4d719ed5..208bf6b2 100644
--- a/src/stdlib/tables.h
+++ b/src/stdlib/tables.h
@@ -1,7 +1,7 @@
-#pragma once
-
// Hash table datastructure with methods and type information
+#pragma once
+
#include <stdbool.h>
#include <stdint.h>
#include <string.h>