~robertcarr/mir/send-clients-input

« back to all changes in this revision

Viewing changes to tests/unit-tests/graphics/gbm/test_gbm_buffer_allocator.cpp

merge lp:mir (and fix compile error)

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 * Authored by: Christopher James Halse Rogers <christopher.halse.rogers@canonical.com>
18
18
 */
19
19
 
20
 
#include "src/graphics/gbm/gbm_platform.h"
 
20
#include "src/server/graphics/gbm/gbm_platform.h"
21
21
#include "mir/compositor/graphic_buffer_allocator.h"
22
 
#include "src/graphics/gbm/gbm_buffer_allocator.h"
 
22
#include "src/server/graphics/gbm/gbm_buffer_allocator.h"
23
23
#include "mir/compositor/buffer_properties.h"
24
24
 
25
25
#include "mock_drm.h"