aboutsummaryrefslogtreecommitdiffstats
path: root/android/main.c
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/main.c
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/main.c')
-rw-r--r--android/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/main.c b/android/main.c
index 64fe617..e38c0e3 100644
--- a/android/main.c
+++ b/android/main.c
@@ -53,7 +53,7 @@
#include "android/snapshot.h"
-#include "framebuffer.h"
+#include "android/framebuffer.h"
#include "iolooper.h"
AndroidRotation android_framebuffer_rotation;