From dc2adb04132daf673a6abaae3c3b7cc0fa570374 Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Tue, 13 Dec 2016 10:13:21 -0500 Subject: an automated include convention improvement from Peter Reijnders --- src/fsmgraph.h | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) (limited to 'src/fsmgraph.h') 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 + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + #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 */ + -- cgit v1.2.1