summaryrefslogtreecommitdiff
path: root/src/ctinput.cc
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2014-12-12 19:26:54 -0500
committerAdrian Thurston <thurston@complang.org>2014-12-12 19:26:54 -0500
commitc3c83bbf8642bd17cd7e7ee9ffc0988758112882 (patch)
tree32af52d72cb2553d8dece9394681387159aecb74 /src/ctinput.cc
parent4624dc9749cf5a84577d635394f8fb3c19f55953 (diff)
downloadcolm-c3c83bbf8642bd17cd7e7ee9ffc0988758112882.tar.gz
renamed parsedata.h -> compiler.h
Diffstat (limited to 'src/ctinput.cc')
-rw-r--r--src/ctinput.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctinput.cc b/src/ctinput.cc
index 04ea00e0..aeec8b7d 100644
--- a/src/ctinput.cc
+++ b/src/ctinput.cc
@@ -2,7 +2,7 @@
* Copyright 2007-2012 Adrian Thurston <thurston@complang.org>
*/
-#include "parsedata.h"
+#include "compiler.h"
#include "parsetree.h"
#include "input.h"
#include "debug.h"