]> Pileus Git - grits/blobdiff - src/gis.h
Move data access to a subdirectory
[grits] / src / gis.h
index 365c8438e6ea4afc53fbee19a2ff8acae188363b..9a4c2a78534799091a4a4808a025f6f7614e927d 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
 #define __GIS_H__
 
 /* GIS Core */
-#include "gis-world.h"
-#include "gis-view.h"
-#include "gis-opengl.h"
-#include "gis-prefs.h"
+#include <gis-viewer.h>
+#include <gis-opengl.h>
+#include <gis-prefs.h>
+#include <gis-util.h>
 
-/* GIS helprs */
-#include "gis-data.h"
+/* GIS data */
+#include <data/gis-data.h>
+#include <data/gis-wms.h>
+
+/* GIS objects */
+#include <objects/gis-object.h>
+#include <objects/gis-tile.h>
+#include <objects/gis-marker.h>
+#include <objects/gis-callback.h>
 
 /* Plugins */
-#include "gis-plugin.h"
+#include <gis-plugin.h>
 
 #endif