diff options
author | Jason Conti <jason.conti@gmail.com> | 2011-05-08 14:01:02 -0400 |
---|---|---|
committer | Jason Conti <jason.conti@gmail.com> | 2011-05-08 14:01:02 -0400 |
commit | 385a5adbb623fcac537f976979abf0d61489401e (patch) | |
tree | f052f2b5fd80a4aa35c2598d30f253beefa0de48 /src/example-service.c | |
parent | bcfa16e776ce5b94dd8a8c20937eabc435a2e5f2 (diff) | |
download | ayatana-indicator-notifications-385a5adbb623fcac537f976979abf0d61489401e.tar.gz ayatana-indicator-notifications-385a5adbb623fcac537f976979abf0d61489401e.tar.bz2 ayatana-indicator-notifications-385a5adbb623fcac537f976979abf0d61489401e.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.c | 3 |
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); |