summaryrefslogtreecommitdiff
path: root/src/debug.c
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2016-12-13 10:13:21 -0500
committerAdrian Thurston <thurston@colm.net>2016-12-13 10:13:55 -0500
commitdc2adb04132daf673a6abaae3c3b7cc0fa570374 (patch)
tree75ff9049119fecce08cd82f6aa2f6332a3bbfed2 /src/debug.c
parent93cb6a1c9ea51335118f9342a93a5c23d7f2f8c9 (diff)
downloadcolm-dc2adb04132daf673a6abaae3c3b7cc0fa570374.tar.gz
an automated include convention improvement from Peter Reijnders
Diffstat (limited to 'src/debug.c')
-rw-r--r--src/debug.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/debug.c b/src/debug.c
index 21b7501c..426977ca 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -20,11 +20,13 @@
*/
#include <colm/debug.h>
-#include <colm/program.h>
+
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
+#include <colm/program.h>
+
const char *const colm_realm_names[REALMS] =
{
"BYTECODE",