[geocode-glib] lib: Use a non-prefixed include for GeocodeLocation
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geocode-glib] lib: Use a non-prefixed include for GeocodeLocation
- Date: Mon, 16 Sep 2013 21:52:24 +0000 (UTC)
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]