convert includes like <Windows.h> to lowercase
@ -37,7 +37,7 @@
#ifndef DISABLE_GUI
#include "gui/guiiconprovider.h"
#ifdef Q_OS_WIN
#include <Windows.h>
#include <windows.h>
#include <QSharedMemory>
#include <QSessionManager>
#endif // Q_OS_WIN
@ -43,7 +43,7 @@
#include <boost/bind.hpp>
#endif
#include "base/logger.h"
@ -47,7 +47,7 @@
#include <ShlObj.h>
#include <shlobj.h>
#include <winreg.h>
@ -48,7 +48,7 @@
#include <PowrProf.h>
#include <powrprof.h>
const int UNLEN = 256;
#else
#include <unistd.h>
@ -40,7 +40,7 @@
PowerManagement::PowerManagement(QObject *parent) : QObject(parent), m_busy(false)