]> Pileus Git - grits/blobdiff - src/gis.h
Split gis-object.{c,h} -> gis-{object,marker,callback}.{c,h}
[grits] / src / gis.h
index 7aafedff6adfdfaa425172a2bbd43a382ffb3e42..462abbfcfca133948eb332b93c7585ebe9d02767 100644 (file)
--- a/src/gis.h
+++ b/src/gis.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Andy Spencer <spenceal@rose-hulman.edu>
+ * Copyright (C) 2009-2010 Andy Spencer <andy753421@gmail.com>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
 #include "gis-viewer.h"
 #include "gis-opengl.h"
 #include "gis-prefs.h"
-
-/* GIS helprs */
 #include "gis-util.h"
+
+/* GIS objects */
+#include "gis-object.h"
 #include "gis-tile.h"
+#include "gis-marker.h"
+#include "gis-callback.h"
+
+/* GIS data */
 #include "gis-wms.h"
 #include "gis-data.h"