[libkwineffects] Cleanup includes of GLPlatform

Only include what's actually needed. Allows to use it stand alone (e.g.
for auto tests).
This commit is contained in:
Martin Gräßlin 2016-08-05 08:46:38 +02:00
parent 8cca80e510
commit c61ed2b79f
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************/
#include "kwinglplatform.h"
#include "kwinglutils.h"
#include <epoxy/gl.h>
#include <QRegExp>
#include <QStringList>

View file

@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define KWIN_GLPLATFORM_H
#include <kwinglutils_export.h>
#include <kwinglutils_funcs.h>
#include <kwinglobals.h>
#include <QByteArray>
#include <QSet>