Harmonized the style of including headers from headers.
We surely don't care about some file I/O on host machines in 2018 ;-)
This commit is contained in:
@@ -19,53 +19,19 @@
|
||||
|
||||
|
||||
|
||||
#ifndef _GCONST_H
|
||||
#include <geos/gconst.h>
|
||||
#endif
|
||||
|
||||
#ifndef _GSTRUCT_H
|
||||
#include <geos/gstruct.h>
|
||||
#endif
|
||||
|
||||
#ifndef _GSYM_H
|
||||
#include <geos/gsym.h>
|
||||
#endif
|
||||
|
||||
#ifndef _GDISK_H
|
||||
#include <geos/gdisk.h>
|
||||
#endif
|
||||
|
||||
#ifndef _GFILE_H
|
||||
#include <geos/gfile.h>
|
||||
#endif
|
||||
|
||||
#ifndef _GPROCESS_H
|
||||
#include <geos/gprocess.h>
|
||||
#endif
|
||||
|
||||
#ifndef _GGRAPH_H
|
||||
#include <geos/ggraph.h>
|
||||
#endif
|
||||
|
||||
#ifndef _GMENU_H
|
||||
#include <geos/gmenu.h>
|
||||
#endif
|
||||
|
||||
#ifndef _GSPRITE_H
|
||||
#include <geos/gsprite.h>
|
||||
#endif
|
||||
|
||||
#ifndef _GMEMORY_H
|
||||
#include <geos/gmemory.h>
|
||||
#endif
|
||||
|
||||
#ifndef _GSYS_H
|
||||
#include <geos/gsys.h>
|
||||
#endif
|
||||
|
||||
#ifndef _GDLGBOX_H
|
||||
#include <geos/gdlgbox.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#define CH_ULCORNER '+'
|
||||
@@ -140,5 +106,6 @@
|
||||
#define JOY_BTN_1_MASK 0x10
|
||||
|
||||
|
||||
|
||||
/* End of geos.h */
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user