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

« back to all changes in this revision

Viewing changes to tests/traced/misc/context-properties.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:
1
1
#include <stdlib.h>
2
2
#include <stdio.h>
3
3
 
4
 
#include "../../../src/unity-webapps-service.h"
5
 
#include "../../../src/unity-webapps-context.h"
 
4
#include "unity-webapps-service.h"
 
5
#include "unity-webapps-context.h"
6
6
 
7
7
#include "uwa-test-client.h"
8
8