~andreas-pokorny/mir/use-ld-preload-in-test-script

« back to all changes in this revision

Viewing changes to src/client/android/gralloc_registrar.cpp

client: Extract client platform API headers into src/include.

Approved by Kevin DuBois, PS Jenkins bot, Cemil Azizoglu, Robert Carr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#include "mir/graphics/android/android_native_buffer.h"
20
20
#include "mir/graphics/android/sync_fence.h"
21
21
#include "gralloc_registrar.h"
22
 
#include "../client_buffer.h"
 
22
#include "mir/client_buffer.h"
23
23
 
24
24
#include <boost/throw_exception.hpp>
25
25
#include <stdexcept>