]> git.street.me.uk Git - andy/viking.git/blobdiff - src/google.h
Fix first opening of a file which has spaces (or other interesting characters) via...
[andy/viking.git] / src / google.h
index b94d25b65a7986ee2beaad51ddb336663e4ea5a6..b3afecd768f22f829609dff4bb3310a7ea8cd1de 100644 (file)
 #ifndef __VIKING_GOOGLE_H
 #define __VIKING_GOOGLE_H
 
 #ifndef __VIKING_GOOGLE_H
 #define __VIKING_GOOGLE_H
 
-#include <glib.h>
-
-#include "vikcoord.h"
-#include "mapcoord.h"
-
 void google_init();
 
 void google_init();
 
-/* a bit misleading, this is the "mpp" (really just set zoom level, very
- * roughly equivalent so you can easily switch between maps) of
- * google maps 1, the second google maps level (1st is 0). */
-#define GOOGLE_ZOOM_ONE_MPP 2.0
-
-
 #endif
 #endif