Remove unnecessary config.h includes.

This commit is contained in:
Andrius Štikonas 2015-06-12 02:40:00 +01:00
parent 10441c7df4
commit 13b1adac59
2 changed files with 0 additions and 4 deletions

View File

@ -24,8 +24,6 @@
#include <QDebug>
#include <config.h>
class CoreBackend::CoreBackendPrivate
{
public:

View File

@ -27,8 +27,6 @@
#include <KPluginLoader>
#include <KServiceTypeTrader>
#include <config.h>
CoreBackendManager::CoreBackendManager() :
m_Backend(NULL)
{