]> Pileus Git - grits/blobdiff - src/objects/gis-tile.c
Fix various memory leaks, mostly in plugins
[grits] / src / objects / gis-tile.c
index cf3f85777743042923693282ada0e6d9d9dc3b96..b2f96d377eaf6a6476f32359878dff208415c09b 100644 (file)
  */
 
 #include <config.h>
-#include <glib.h>
-
-#include "gis-tile.h"
 #include "gis-util.h"
+#include "gis-tile.h"
 
 gchar *gis_tile_path_table[2][2] = {
        {"00.", "01."},
@@ -181,6 +179,7 @@ GisTile *gis_tile_gc(GisTile *self, time_t atime,
        return self;
 }
 
+/* Use GObject for this */
 void gis_tile_free(GisTile *self, GisTileFreeFunc free_func, gpointer user_data)
 {
        if (!self)