[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:
parent
8cca80e510
commit
c61ed2b79f
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue