types and locations
[ccc.git] / expr.c
diff --git a/expr.c b/expr.c
index 725e397..7bf8782 100644 (file)
--- a/expr.c
+++ b/expr.c
@@ -1,7 +1,7 @@
 #include <stdlib.h>
 #include <stdio.h>
-#include "ast.h"
 
+#include "ast.h"
 #include "y.tab.h"
 extern int yylex_destroy(void);