From ed169a38f8db48ba6a573418661dd1b28a6d6c94 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 17 Oct 2013 14:17:03 +0300 Subject: [PATCH] android: Fix build errors due to missing headers In file included from ./android/hardware/bluetooth.h:24:0, from android/hal_bt_sock.c:20: ./android/hardware/hardware.h:23:34: fatal error: cutils/native_handle.h: No such file or directory #include ^ In file included from ./android/hardware/bluetooth.h:24:0, from android/hal_bluetooth.c:23: ./android/hardware/hardware.h:23:29: fatal error: system/graphics.h: No such file or directory #include ^ --- android/hardware/hardware.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/android/hardware/hardware.h b/android/hardware/hardware.h index 416ae3905..c7e8cc7e9 100644 --- a/android/hardware/hardware.h +++ b/android/hardware/hardware.h @@ -20,9 +20,6 @@ #include #include -#include -#include - __BEGIN_DECLS /* -- 2.11.0