aboutsummaryrefslogtreecommitdiff
path: root/src/example-service.c
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2011-05-08 14:01:02 -0400
committerJason Conti <jason.conti@gmail.com>2011-05-08 14:01:02 -0400
commitfb50beea7bb23503b521328cdd29f41fed04c4c3 (patch)
treef052f2b5fd80a4aa35c2598d30f253beefa0de48 /src/example-service.c
parentcd1212dbf4ecf71cc7568ed32527a612e14267a3 (diff)
downloadayatana-indicator-notifications-fb50beea7bb23503b521328cdd29f41fed04c4c3.tar.gz
ayatana-indicator-notifications-fb50beea7bb23503b521328cdd29f41fed04c4c3.tar.bz2
ayatana-indicator-notifications-fb50beea7bb23503b521328cdd29f41fed04c4c3.zip
The great rename is complete. Time to test compile and fix errors.
Diffstat (limited to 'src/example-service.c')
-rw-r--r--src/example-service.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/example-service.c b/src/example-service.c
index 6201551..b452da3 100644
--- a/src/example-service.c
+++ b/src/example-service.c
@@ -48,10 +48,9 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#include <libical/icaltime.h>
#include <cairo/cairo.h>
-#include "datetime-interface.h"
+#include "example-interface.h"
#include "dbus-shared.h"
#include "settings-shared.h"
-#include "utils.h"
static void geo_create_client (GeoclueMaster * master, GeoclueMasterClient * client, gchar * path, GError * error, gpointer user_data);