diff options
author | Adrian Thurston <thurston@complang.org> | 2011-10-22 17:45:19 +0000 |
---|---|---|
committer | Adrian Thurston <thurston@complang.org> | 2011-10-22 17:45:19 +0000 |
commit | d9ffb4292e3a7c376536fb926338f707c35c11b1 (patch) | |
tree | 7732283ffb11699dc6bdbbd8ffe28bd93f9e0ee8 /colm/pdagraph.cc | |
parent | 4e560f559c446de378fc463eb76e89163544407d (diff) | |
download | colm-d9ffb4292e3a7c376536fb926338f707c35c11b1.tar.gz |
Some cleanup of the main function. Just initColm, initProgram, runProgram,
clearProgram. refs #328.
Diffstat (limited to 'colm/pdagraph.cc')
-rw-r--r-- | colm/pdagraph.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colm/pdagraph.cc b/colm/pdagraph.cc index fbea60d1..9ccf11d5 100644 --- a/colm/pdagraph.cc +++ b/colm/pdagraph.cc @@ -23,7 +23,7 @@ #include <iostream> #include <string.h> #include <assert.h> -#include "colm.h" +#include "global.h" #include "pdagraph.h" #include "mergesort.h" |