forked from len0rd/rockbox
rbutil: Remove unneeded includes.
Change-Id: I20cde7201617481124905334e2adfb7f00f4fd21
This commit is contained in:
parent
1fa826738d
commit
f9ba96cade
2 changed files with 0 additions and 9 deletions
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue