From e7248ae00876ec9caecf96a1fe09183f83d257e0 Mon Sep 17 00:00:00 2001 From: Maarten ter Huurne Date: Wed, 17 Sep 2014 13:03:03 +0200 Subject: [PATCH] Removed unused include When compiling with musl, I got a warning that should be used instead of , 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 . --- src/gmenu2x.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gmenu2x.cpp b/src/gmenu2x.cpp index 84ef09f..32e6267 100644 --- a/src/gmenu2x.cpp +++ b/src/gmenu2x.cpp @@ -62,8 +62,6 @@ #include #include -#include //for battery - #ifdef PLATFORM_PANDORA //#include //#include