~alexlauni/libunity-webapps/multiple-messaging-menu-accounts

« back to all changes in this revision

Viewing changes to tests/traced/launcher/interactive-action-callbacks.c

  • Committer: Robert Carr
  • Date: 2012-02-04 06:08:49 UTC
  • mto: This revision was merged to the branch mainline in revision 504.
  • Revision ID: racarr@canonical.com-20120204060849-dq4j2ajmn6d5ri2p
Various build system reorganization

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