summaryrefslogtreecommitdiff
path: root/colm/pdabuild.cc
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2011-10-22 17:45:19 +0000
committerAdrian Thurston <thurston@complang.org>2011-10-22 17:45:19 +0000
commitd9ffb4292e3a7c376536fb926338f707c35c11b1 (patch)
tree7732283ffb11699dc6bdbbd8ffe28bd93f9e0ee8 /colm/pdabuild.cc
parent4e560f559c446de378fc463eb76e89163544407d (diff)
downloadcolm-d9ffb4292e3a7c376536fb926338f707c35c11b1.tar.gz
Some cleanup of the main function. Just initColm, initProgram, runProgram,
clearProgram. refs #328.
Diffstat (limited to 'colm/pdabuild.cc')
-rw-r--r--colm/pdabuild.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/colm/pdabuild.cc b/colm/pdabuild.cc
index 8021ed1c..2c1426bc 100644
--- a/colm/pdabuild.cc
+++ b/colm/pdabuild.cc
@@ -25,7 +25,7 @@
#include <stdlib.h>
/* Parsing. */
-#include "colm.h"
+#include "global.h"
#include "parsedata.h"
#include "pdacodegen.h"
#include "pdarun.h"