aboutsummaryrefslogtreecommitdiffstats
path: root/src/symap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/symap.c')
-rw-r--r--src/symap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/symap.c b/src/symap.c
index 0b567e8..afcdadb 100644
--- a/src/symap.c
+++ b/src/symap.c
@@ -14,13 +14,13 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include "symap.h"
+
#include <assert.h>
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
-#include "symap.h"
-
/**
@file symap.c Implementation of Symap, a basic symbol map (string interner).