summaryrefslogtreecommitdiff
path: root/src/global.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/global.h
parent93cb6a1c9ea51335118f9342a93a5c23d7f2f8c9 (diff)
downloadcolm-dc2adb04132daf673a6abaae3c3b7cc0fa570374.tar.gz
an automated include convention improvement from Peter Reijnders
Diffstat (limited to 'src/global.h')
-rw-r--r--src/global.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/global.h b/src/global.h
index 1c74880f..ef7b5e95 100644
--- a/src/global.h
+++ b/src/global.h
@@ -19,18 +19,20 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef __COLM_GLOBAL_H
-#define __COLM_GLOBAL_H
+#ifndef _COLM_GLOBAL_H
+#define _COLM_GLOBAL_H
#include <stdio.h>
+
#include <iostream>
#include <fstream>
#include <fstream>
#include <string>
+#include <avltree.h>
+
#include "config.h"
#include "defs.h"
-#include "avltree.h"
#include "keyops.h"
#define PROGNAME "colm"
@@ -103,4 +105,5 @@ void openOutput();
void escapeLiteralString( std::ostream &out, const char *data );
bool readCheck( const char *fn );
-#endif
+#endif /* _COLM_GLOBAL_H */
+