Make ShowFpsEffectConfig build without GL dep
Forward declarations to the help!
This commit is contained in:
parent
d0664a9c96
commit
7e4e43d203
3 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue