summaryrefslogtreecommitdiff
path: root/src/fsmgraph.h
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/fsmgraph.h
parent93cb6a1c9ea51335118f9342a93a5c23d7f2f8c9 (diff)
downloadcolm-dc2adb04132daf673a6abaae3c3b7cc0fa570374.tar.gz
an automated include convention improvement from Peter Reijnders
Diffstat (limited to 'src/fsmgraph.h')
-rw-r--r--src/fsmgraph.h31
1 files changed, 17 insertions, 14 deletions
diff --git a/src/fsmgraph.h b/src/fsmgraph.h
index 9a0f2aea..22c50678 100644
--- a/src/fsmgraph.h
+++ b/src/fsmgraph.h
@@ -19,22 +19,24 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _FSMGRAPH_H
-#define _FSMGRAPH_H
+#ifndef _COLM_FSMGRAPH_H
+#define _COLM_FSMGRAPH_H
#include <assert.h>
+
+#include <avltree.h>
+#include <avlmap.h>
+#include <avlset.h>
+#include <bstmap.h>
+#include <vector.h>
+#include <sbstmap.h>
+#include <sbstset.h>
+#include <sbsttable.h>
+#include <bstset.h>
+#include <compare.h>
+#include <dlist.h>
+
#include "keyops.h"
-#include "vector.h"
-#include "bstset.h"
-#include "compare.h"
-#include "avltree.h"
-#include "dlist.h"
-#include "bstmap.h"
-#include "sbstmap.h"
-#include "sbstset.h"
-#include "sbsttable.h"
-#include "avlset.h"
-#include "avlmap.h"
/* Flags that control merging. */
#define SB_GRAPH1 0x01
@@ -1314,4 +1316,5 @@ struct FsmGraph
};
-#endif /* _FSMGRAPH_H */
+#endif /* _COLM_FSMGRAPH_H */
+