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
This commit is contained in:
parent
14af45cc04
commit
e6d8585559
2 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue