mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-05 04:25:19 +02:00
Removed unused include
When compiling with musl, I got a warning that <fcntl.h> should be used instead of <sys/fcntl.h>, but it seems neither is necessary. The comment suggested the battery code needed the header, but the code that was moved to battery.cpp only uses functions from <stdio.h>.
This commit is contained in:
parent
d27ebabc67
commit
e7248ae008
@ -62,8 +62,6 @@
|
||||
#include <sys/statvfs.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <sys/fcntl.h> //for battery
|
||||
|
||||
#ifdef PLATFORM_PANDORA
|
||||
//#include <pnd_container.h>
|
||||
//#include <pnd_conf.h>
|
||||
|
Loading…
Reference in New Issue
Block a user