summaryrefslogtreecommitdiff
path: root/src/redfsm.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/redfsm.cc
parent93cb6a1c9ea51335118f9342a93a5c23d7f2f8c9 (diff)
downloadcolm-dc2adb04132daf673a6abaae3c3b7cc0fa570374.tar.gz
an automated include convention improvement from Peter Reijnders
Diffstat (limited to 'src/redfsm.cc')
-rw-r--r--src/redfsm.cc12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/redfsm.cc b/src/redfsm.cc
index 17ca9ac3..68251ed5 100644
--- a/src/redfsm.cc
+++ b/src/redfsm.cc
@@ -18,12 +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 "redfsm.h"
+
+#include <assert.h>
+#include <stdbool.h>
+#include <string.h>
+#include <stdio.h>
-#include <iostream>
#include <sstream>
-#include "redfsm.h"
-#include "avlmap.h"
-#include "mergesort.h"
+#include <iostream>
+
#include "fsmgraph.h"
#include "parsetree.h"