diff options
Diffstat (limited to 'firmware/target/hosted/fiio/button-fiio.c')
-rw-r--r-- | firmware/target/hosted/fiio/button-fiio.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/target/hosted/fiio/button-fiio.c b/firmware/target/hosted/fiio/button-fiio.c index 134ec5a426..4acbfb0ea7 100644 --- a/firmware/target/hosted/fiio/button-fiio.c +++ b/firmware/target/hosted/fiio/button-fiio.c | |||
@@ -19,7 +19,6 @@ | |||
19 | * | 19 | * |
20 | ****************************************************************************/ | 20 | ****************************************************************************/ |
21 | #include <poll.h> | 21 | #include <poll.h> |
22 | //#include <dir.h> | ||
23 | #include <errno.h> | 22 | #include <errno.h> |
24 | #include <unistd.h> | 23 | #include <unistd.h> |
25 | #include <sys/types.h> | 24 | #include <sys/types.h> |
@@ -34,8 +33,6 @@ | |||
34 | #include "panic.h" | 33 | #include "panic.h" |
35 | 34 | ||
36 | #include "kernel.h" | 35 | #include "kernel.h" |
37 | #include "backlight.h" | ||
38 | #include "backlight-target.h" | ||
39 | 36 | ||
40 | static int key_enter_delay = 0; | 37 | static int key_enter_delay = 0; |
41 | static int key_right_delay = 0; | 38 | static int key_right_delay = 0; |