Drop some no longer required includes from main.cpp
This commit is contained in:
parent
1b30755b32
commit
e62001758f
1 changed files with 1 additions and 10 deletions
11
main.cpp
11
main.cpp
|
@ -34,11 +34,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
// KDE
|
||||
#include <kdeversion.h>
|
||||
#include <KDE/KAboutData>
|
||||
#include <KDE/KConfig>
|
||||
#include <KDE/KConfigGroup>
|
||||
#include <KDE/KCrash>
|
||||
#include <KDE/KDebug>
|
||||
#include <KDE/KGlobal>
|
||||
#include <KDE/KGlobalSettings>
|
||||
#include <KDE/KLocalizedString>
|
||||
// Qt
|
||||
#include <qplatformdefs.h>
|
||||
|
@ -62,15 +62,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include <malloc.h>
|
||||
#endif // HAVE_MALLOC_H
|
||||
|
||||
// XLib
|
||||
#define INT8 _X11INT8
|
||||
#define INT32 _X11INT32
|
||||
#include <X11/Xproto.h>
|
||||
#undef INT8
|
||||
#undef INT32
|
||||
#include <X11/Xatom.h>
|
||||
#include <fixx11h.h>
|
||||
|
||||
namespace KWin
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in a new issue