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
This commit is contained in:
Solomon Peachy 2021-04-10 10:24:37 -04:00
parent 448f98d9c0
commit 1303be3437
1 changed files with 0 additions and 3 deletions

View File

@ -20,8 +20,6 @@
* KIND, either express or implied.
*
****************************************************************************/
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
@ -39,7 +37,6 @@
#include "button.h"
#include "debug.h"
#include "panic.h"
#include "settings.h"
#include "touchscreen.h"
#include "button-ibasso.h"