Remove kwinglobals.h include where not needed any more

Most headers only included kwinglobals.h just for the KWIN_EXPORT
macro. As that's not used any more, we don't need that include any
more.
This commit is contained in:
Martin Gräßlin 2013-12-02 07:56:16 +01:00
parent 0c4518cca9
commit 416898ecfa
7 changed files with 0 additions and 8 deletions

View file

@ -21,7 +21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef KWIN_COLOR_CORRECTION_H
#define KWIN_COLOR_CORRECTION_H
#include "kwinglobals.h"
#include <kwineffects_export.h>
#include <QObject>

View file

@ -21,8 +21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "kwinglplatform.h"
#include "kwinglutils.h"
#include <kwinglobals.h>
#include <QRegExp>
#include <QStringList>
#include <QDebug>

View file

@ -21,7 +21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef KWIN_GLPLATFORM_H
#define KWIN_GLPLATFORM_H
#include <kwinglobals.h>
#include <kwineffects_export.h>
#include <kwinglutils_funcs.h>

View file

@ -22,7 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef KWIN_GLTEXTURE_H
#define KWIN_GLTEXTURE_H
#include "kwinglobals.h"
#include <kwineffects_export.h>
#include <QSize>

View file

@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "kwinconfig.h" // KWIN_HAVE_OPENGL
#include <kwineffects_export.h>
#include "kwinglobals.h"
#include <QSize>
#include <QSharedData>

View file

@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "kwingltexture_p.h"
#include "kwinglcolorcorrection.h"
#include "kwinglobals.h"
#include "kwineffects.h"
#include "kwinglplatform.h"

View file

@ -19,7 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************/
#include "kwinxrenderutils.h"
#include "kwinglobals.h"
#include <QDebug>
#include <QStack>