~alan-griffiths/mir/Migrate-ServerConfigurationWrapping-to-Server-API

« back to all changes in this revision

Viewing changes to tests/mir_test_framework/stubbed_server_configuration.cpp

  • Committer: Alan Griffiths
  • Date: 2014-10-22 13:33:52 UTC
  • Revision ID: alan@octopull.co.uk-20141022133352-srlu53m42m0hpwae
RevertĀ unusedĀ changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 */
18
18
 
19
19
#include "mir_test_framework/stubbed_server_configuration.h"
20
 
 
21
20
#include "mir_test_framework/command_line_server_configuration.h"
22
21
 
23
22
#include "stubbed_graphics_platform.h"
24
23
 
25
24
#include "mir/options/default_configuration.h"
26
25
#include "mir/graphics/cursor.h"
27
 
#include "mir/server.h"
28
26
 
29
27
#include "mir_test_doubles/stub_display_buffer.h"
30
28
#include "mir_test_doubles/stub_renderer.h"