1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-06-28 23:55:08 +03: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:
Maarten ter Huurne 2014-09-17 13:03:03 +02:00
parent d27ebabc67
commit e7248ae008

View File

@ -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>