summaryrefslogtreecommitdiff
path: root/src/ctinput.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctinput.cc')
-rw-r--r--src/ctinput.cc13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/ctinput.cc b/src/ctinput.cc
index fbc67157..1ba4969f 100644
--- a/src/ctinput.cc
+++ b/src/ctinput.cc
@@ -18,15 +18,16 @@
* along with Colm; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#include <stdlib.h>
+#include <string.h>
+#include <unistd.h>
+#include <assert.h>
+
+#include <iostream>
#include "compiler.h"
-#include "parsetree.h"
-#include "input.h"
-#include "debug.h"
#include "pool.h"
-#include "pdacodegen.h"
-
-#include <iostream>
+//#include "debug.h"
using std::cerr;
using std::endl;