Skip to content

Commit 4bb6121

Browse files
committed
Merge pull request #111402 from Ivorforce/world-3d-no-compositor
Remove `compositor.h` include from `world_3d.h`.
2 parents e5ee191 + 207e8c1 commit 4bb6121

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scene/resources/3d/world_3d.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
#pragma once
3232

3333
#include "core/io/resource.h"
34-
#include "scene/resources/compositor.h"
3534
#include "scene/resources/environment.h"
3635

3736
#ifndef PHYSICS_3D_DISABLED
@@ -40,6 +39,7 @@
4039

4140
class CameraAttributes;
4241
class Camera3D;
42+
class Compositor;
4343
class VisibleOnScreenNotifier3D;
4444
struct SpatialIndexer;
4545

scene/resources/packed_scene.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include "core/io/file_access.h"
3535
#include "core/io/missing_resource.h"
3636
#include "core/io/resource_loader.h"
37+
#include "core/object/script_language.h"
3738
#include "core/templates/local_vector.h"
3839
#include "scene/2d/node_2d.h"
3940
#include "scene/gui/control.h"

0 commit comments

Comments
 (0)