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
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"