aboutsummaryrefslogtreecommitdiffstats
path: root/android/protocol
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-02-02 14:43:23 +0100
committerDavid 'Digit' Turner <digit@android.com>2011-02-02 14:43:23 +0100
commite3fdd075ed97085b4201cb0c79609633b19bddcc (patch)
treed695bda577170403a9c2556d64ea99860523b349 /android/protocol
parente993126c6704029cb1c656922a66a32bd09b6089 (diff)
downloadexternal_qemu-e3fdd075ed97085b4201cb0c79609633b19bddcc.zip
external_qemu-e3fdd075ed97085b4201cb0c79609633b19bddcc.tar.gz
external_qemu-e3fdd075ed97085b4201cb0c79609633b19bddcc.tar.bz2
Move framebuffer.h to android/
The QFrameBuffer is no used by QEMU-specific code anymore so it's more logical to move it here. Change-Id: Id49ff53dd49648000e7543652d66f7c03881a8cb
Diffstat (limited to 'android/protocol')
-rw-r--r--android/protocol/fb-updates-impl.h2
-rw-r--r--android/protocol/fb-updates-proxy.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/android/protocol/fb-updates-impl.h b/android/protocol/fb-updates-impl.h
index 2572b5e..c4dd2e0 100644
--- a/android/protocol/fb-updates-impl.h
+++ b/android/protocol/fb-updates-impl.h
@@ -19,7 +19,7 @@
#define _ANDROID_FRAMEBUFFER_UI_H
#include "console.h"
-#include "framebuffer.h"
+#include "android/framebuffer.h"
#include "android/looper.h"
#include "android/async-utils.h"
diff --git a/android/protocol/fb-updates-proxy.c b/android/protocol/fb-updates-proxy.c
index fee1195..359c942 100644
--- a/android/protocol/fb-updates-proxy.c
+++ b/android/protocol/fb-updates-proxy.c
@@ -16,7 +16,7 @@
*/
#include "console.h"
-#include "framebuffer.h"
+#include "android/framebuffer.h"
#include "android/looper.h"
#include "android/display-core.h"
#include "android/async-utils.h"