summaryrefslogtreecommitdiff
path: root/src/wast-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wast-parser.h')
-rw-r--r--src/wast-parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wast-parser.h b/src/wast-parser.h
index b0341869..bdecdec9 100644
--- a/src/wast-parser.h
+++ b/src/wast-parser.h
@@ -21,8 +21,8 @@
#include "src/circular-array.h"
#include "src/feature.h"
-#include "src/ir.h"
#include "src/intrusive-list.h"
+#include "src/ir.h"
#include "src/wast-lexer.h"
namespace wabt {