summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-04-10 10:24:37 -0400
committerSolomon Peachy <pizza@shaftnet.org>2021-04-10 10:25:20 -0400
commit1303be343784ad2a3de30b10d2ac1ec350242f43 (patch)
tree4c9d713561881888b8f9e48c47f8dcd1e79d5fa4 /firmware
parent448f98d9c05da37316df1e1c2f05a01336efa381 (diff)
downloadrockbox-1303be343784ad2a3de30b10d2ac1ec350242f43.tar.gz
rockbox-1303be343784ad2a3de30b10d2ac1ec350242f43.zip
ibasso: Get rid of #include "settings.h" in the button code
(It mucks with paths causing the input device open to fail) Change-Id: I1e8a63d09c229ed9bacbd599a7869e875df21fd2
Diffstat (limited to 'firmware')
-rw-r--r--firmware/target/hosted/ibasso/button-ibasso.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/target/hosted/ibasso/button-ibasso.c b/firmware/target/hosted/ibasso/button-ibasso.c
index 1694992ea4..a9bd82540d 100644
--- a/firmware/target/hosted/ibasso/button-ibasso.c
+++ b/firmware/target/hosted/ibasso/button-ibasso.c
@@ -20,8 +20,6 @@
20 * KIND, either express or implied. 20 * KIND, either express or implied.
21 * 21 *
22 ****************************************************************************/ 22 ****************************************************************************/
23
24
25#include <dirent.h> 23#include <dirent.h>
26#include <errno.h> 24#include <errno.h>
27#include <fcntl.h> 25#include <fcntl.h>
@@ -39,7 +37,6 @@
39#include "button.h" 37#include "button.h"
40#include "debug.h" 38#include "debug.h"
41#include "panic.h" 39#include "panic.h"
42#include "settings.h"
43#include "touchscreen.h" 40#include "touchscreen.h"
44 41
45#include "button-ibasso.h" 42#include "button-ibasso.h"