Make ShowFpsEffectConfig build without GL dep

Forward declarations to the help!
This commit is contained in:
Martin Gräßlin 2011-07-17 17:09:18 +02:00
parent d0664a9c96
commit 7e4e43d203
3 changed files with 2 additions and 2 deletions

View file

@ -24,11 +24,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <QtCore/QTime>
#include <kwineffects.h>
#include <kwinglutils.h>
namespace KWin
{
class GLTexture;
class ShowFpsEffect
: public Effect

View file

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

View file

@ -24,7 +24,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <kcmodule.h>
#include "ui_showfps_config.h"
#include "showfps.h"
namespace KWin
{