diff options
Diffstat (limited to 'firmware/target/hosted/samsungypr/ypr1/button-ypr1.c')
-rw-r--r-- | firmware/target/hosted/samsungypr/ypr1/button-ypr1.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/target/hosted/samsungypr/ypr1/button-ypr1.c b/firmware/target/hosted/samsungypr/ypr1/button-ypr1.c index 09891cfaf6..d12b8486b6 100644 --- a/firmware/target/hosted/samsungypr/ypr1/button-ypr1.c +++ b/firmware/target/hosted/samsungypr/ypr1/button-ypr1.c | |||
@@ -25,9 +25,8 @@ | |||
25 | #include "system.h" | 25 | #include "system.h" |
26 | #include "button-target.h" | 26 | #include "button-target.h" |
27 | 27 | ||
28 | #include <gpio-target.h> /* For headphones sense and buttons */ | 28 | #include "gpio-ypr.h" /* For headphones sense and buttons */ |
29 | #include "mcs5000.h" /* Touchscreen controller */ | 29 | #include "mcs5000.h" /* Touchscreen controller */ |
30 | #include "ioctl-ypr1.h" | ||
31 | 30 | ||
32 | enum { | 31 | enum { |
33 | STATE_UNKNOWN, | 32 | STATE_UNKNOWN, |