~robertcarr/mir/send-clients-input

« back to all changes in this revision

Viewing changes to tests/integration-tests/graphics/gbm/test_buffer_integration.cpp

merge lp:mir (and fix compile error)

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 * Authored by: Alexandros Frantzis <alexandros.frantzis@canonical.com>
17
17
 */
18
18
 
19
 
#include "src/graphics/gbm/gbm_platform.h"
20
 
#include "src/graphics/gbm/gbm_display.h"
21
 
#include "src/graphics/gbm/gbm_buffer_allocator.h"
 
19
#include "src/server/graphics/gbm/gbm_platform.h"
 
20
#include "src/server/graphics/gbm/gbm_display.h"
 
21
#include "src/server/graphics/gbm/gbm_buffer_allocator.h"
22
22
#include "mir/compositor/buffer_basic.h"
23
23
#include "mir/compositor/buffer_id.h"
24
24
#include "mir/compositor/buffer_properties.h"