Do not include scene.h in workspace.cpp and events.cpp anymore

It is no longer necessary to include scene.h in workspace.cpp and
events.cpp.

REVIEW: 101706
remotes/origin/Plasma/5.0
Arthur Arlt 15 years ago
parent 14af45cc04
commit e6d8585559
  1. 1
      events.cpp
  2. 1
      workspace.cpp

@ -36,7 +36,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "group.h"
#include "rules.h"
#include "unmanaged.h"
#include "scene.h"
#include "screenedge.h"
#include "effects.h"

@ -57,7 +57,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "rules.h"
#include "kwinadaptor.h"
#include "unmanaged.h"
#include "scene.h"
#include "deleted.h"
#include "effects.h"
#include "screenedge.h"

Loading…
Cancel
Save