~abreu-alexandre/libunity-webapps/bump-2.4.4-fix-distcheck

« back to all changes in this revision

Viewing changes to tools/service-tracker.c

  • Committer: Robert Carr
  • Date: 2012-02-04 06:17:39 UTC
  • mfrom: (503.1.2 build-system-fixes)
  • Revision ID: racarr@canonical.com-20120204061739-9ws9mbfc1n78f1kw
MergeĀ lp:~robertcarr/libunity-webapps/build-system-fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
#include <gtk/gtk.h>
26
26
 
27
 
#include "../src/unity-webapps-service.h"
28
 
#include "../src/unity-webapps-context.h"
 
27
#include "unity-webapps-service.h"
 
28
#include "unity-webapps-context.h"
29
29
 
30
30
static UnityWebappsService *service = NULL;
31
31
static GMainLoop *mainloop = NULL;