aboutsummaryrefslogtreecommitdiffstats
path: root/android/display-core.h
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/display-core.h
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/display-core.h')
-rw-r--r--android/display-core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/display-core.h b/android/display-core.h
index 6204e56..edeccac 100644
--- a/android/display-core.h
+++ b/android/display-core.h
@@ -18,7 +18,7 @@
#ifndef _ANDROID_DISPLAY_CORE_H
#define _ANDROID_DISPLAY_CORE_H
-#include "framebuffer.h"
+#include "android/framebuffer.h"
#include "android/display.h"
#include "android/protocol/fb-updates-proxy.h"