1
0
Fork 0
forked from len0rd/rockbox

rbutil: Remove unneeded includes.

Change-Id: I20cde7201617481124905334e2adfb7f00f4fd21
This commit is contained in:
Dominik Riebeling 2020-10-31 21:51:44 +01:00
parent 1fa826738d
commit f9ba96cade
2 changed files with 0 additions and 9 deletions

View file

@ -21,10 +21,6 @@
#include "systeminfo.h" #include "systeminfo.h"
#include "Logger.h" #include "Logger.h"
#if defined(Q_OS_LINUX)
#include <unistd.h>
#endif
// server infos // server infos
const static struct { const static struct {
ServerInfo::ServerInfos info; ServerInfo::ServerInfos info;

View file

@ -22,11 +22,6 @@
#include <QSettings> #include <QSettings>
#include "Logger.h" #include "Logger.h"
#if defined(Q_OS_LINUX)
#include <unistd.h>
#endif
// device settings // device settings
const static struct { const static struct {
SystemInfo::SystemInfos info; SystemInfo::SystemInfos info;