summaryrefslogtreecommitdiffstats
path: root/adb/framebuffer_service.c
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2009-05-18 08:37:02 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-05-18 08:37:02 -0700
commit34c22c5ba951e4df7cc72d8d10da78064d5cfbe4 (patch)
tree1567cec8459bdad82cc1faf72d81122d059d3ad8 /adb/framebuffer_service.c
parent8537cc56bb10b8c62dc82cf7e494566c0d942c49 (diff)
parent414ff7d98ac8d7610a26206335954ad15f43f3ac (diff)
downloadsystem_core-34c22c5ba951e4df7cc72d8d10da78064d5cfbe4.zip
system_core-34c22c5ba951e4df7cc72d8d10da78064d5cfbe4.tar.gz
system_core-34c22c5ba951e4df7cc72d8d10da78064d5cfbe4.tar.bz2
am 414ff7d9: Move fdevent from libcutils into adb directory. ADB is the only client of this API, and I intend to modify it extensively to clean its codebase soon.
Merge commit '414ff7d98ac8d7610a26206335954ad15f43f3ac' * commit '414ff7d98ac8d7610a26206335954ad15f43f3ac': Move fdevent from libcutils into adb directory. ADB is the only client of this API, and I intend to modify it extensively to clean its codebase soon.
Diffstat (limited to 'adb/framebuffer_service.c')
-rw-r--r--adb/framebuffer_service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/framebuffer_service.c b/adb/framebuffer_service.c
index 0de0dd5..65cb20a 100644
--- a/adb/framebuffer_service.c
+++ b/adb/framebuffer_service.c
@@ -20,7 +20,7 @@
#include <string.h>
#include <fcntl.h>
-#include <cutils/fdevent.h>
+#include "fdevent.h"
#include "adb.h"
#include <linux/fb.h>