From 1303be343784ad2a3de30b10d2ac1ec350242f43 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sat, 10 Apr 2021 10:24:37 -0400 Subject: [PATCH] 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 --- firmware/target/hosted/ibasso/button-ibasso.c | 3 --- 1 file changed, 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 @@ * KIND, either express or implied. * ****************************************************************************/ - - #include #include #include @@ -39,7 +37,6 @@ #include "button.h" #include "debug.h" #include "panic.h" -#include "settings.h" #include "touchscreen.h" #include "button-ibasso.h"