[geocode-glib] lib: Use a non-prefixed include for GeocodeLocation



commit 670ddd2212dc4a0a48a264c315ef92e8165980c3
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Sep 16 20:00:51 2013 +0200

    lib: Use a non-prefixed include for GeocodeLocation
    
    So that we can copy/paste it in geoclue.

 geocode-glib/geocode-location.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/geocode-glib/geocode-location.c b/geocode-glib/geocode-location.c
index 5897ea2..44817d3 100644
--- a/geocode-glib/geocode-location.c
+++ b/geocode-glib/geocode-location.c
@@ -21,8 +21,8 @@
 
  */
 
-#include <geocode-glib/geocode-location.h>
 #include <math.h>
+#include "geocode-location.h"
 
 #define EARTH_RADIUS_KM 6372.795
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]