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

« back to all changes in this revision

Viewing changes to tools/action-invoker.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:
20
20
 */
21
21
#include <stdlib.h>
22
22
 
23
 
#include "../src/unity-webapps-service.h"
24
 
#include "../src/unity-webapps-context.h"
 
23
#include "unity-webapps-service.h"
 
24
#include "unity-webapps-context.h"
25
25
 
26
26
#include <glib/gstdio.h>
27
27