~vanvugt/mir/compositor-test

« back to all changes in this revision

Viewing changes to tests/acceptance-tests/test_server_shutdown.cpp

  • Committer: Daniel van Vugt
  • Date: 2014-03-06 06:05:17 UTC
  • mfrom: (1454 development-branch)
  • mto: This revision was merged to the branch mainline in revision 1463.
  • Revision ID: daniel.van.vugt@canonical.com-20140306060517-yhff25duwlo5otn1
MergeĀ latestĀ development-branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 */
18
18
 
19
19
#include "mir_toolkit/mir_client_library.h"
20
 
#include "src/server/compositor/renderer.h"
21
 
#include "src/server/compositor/renderer_factory.h"
 
20
#include "mir/compositor/renderer.h"
 
21
#include "mir/compositor/renderer_factory.h"
22
22
#include "mir/input/composite_event_filter.h"
23
23
 
24
24
#include "mir_test_framework/display_server_test_fixture.h"