]> git.sur5r.net Git - cc65/blobdiff - include/geos/gmemory.h
Even more optimization, cleanup, bugfix, comments.
[cc65] / include / geos / gmemory.h
index 3fba5cb5bb79d139a7b3942708d959ced29443e7..ba8e9f21175d7934b599ec4d320fa0e4126cbba7 100644 (file)
@@ -7,9 +7,7 @@
 #ifndef _GMEMORY_H
 #define _GMEMORY_H
 
-#ifndef _GSTRUCT_H
 #include <geos/gstruct.h>
-#endif
 
 void __fastcall__ CopyString(char *dest, const char *source);
 char __fastcall__ CmpString(const char *dest, const char *source);