summaryrefslogtreecommitdiff
path: root/src/dotgen.cc
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2016-12-13 10:13:21 -0500
committerAdrian Thurston <thurston@colm.net>2016-12-13 10:13:55 -0500
commitdc2adb04132daf673a6abaae3c3b7cc0fa570374 (patch)
tree75ff9049119fecce08cd82f6aa2f6332a3bbfed2 /src/dotgen.cc
parent93cb6a1c9ea51335118f9342a93a5c23d7f2f8c9 (diff)
downloadcolm-dc2adb04132daf673a6abaae3c3b7cc0fa570374.tar.gz
an automated include convention improvement from Peter Reijnders
Diffstat (limited to 'src/dotgen.cc')
-rw-r--r--src/dotgen.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dotgen.cc b/src/dotgen.cc
index aa407129..462d6788 100644
--- a/src/dotgen.cc
+++ b/src/dotgen.cc
@@ -18,14 +18,14 @@
* along with Colm; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#include <stdbool.h>
+#include <iostream>
-#include "global.h"
#include "compiler.h"
using namespace std;
-
void Compiler::writeTransList( PdaState *state )
{
ostream &out = *outStream;