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:
parent
0c4518cca9
commit
416898ecfa
7 changed files with 0 additions and 8 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue