Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/cycles/render/light.cpp')
-rw-r--r--intern/cycles/render/light.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/intern/cycles/render/light.cpp b/intern/cycles/render/light.cpp
index 8263f68fa9c..9adf8e5341a 100644
--- a/intern/cycles/render/light.cpp
+++ b/intern/cycles/render/light.cpp
@@ -14,12 +14,12 @@
* limitations under the License.
*/
-#include "render/background.h"
+#include "render/light.h"
#include "device/device.h"
-#include "render/integrator.h"
+#include "render/background.h"
#include "render/film.h"
#include "render/graph.h"
-#include "render/light.h"
+#include "render/integrator.h"
#include "render/mesh.h"
#include "render/nodes.h"
#include "render/object.h"
@@ -28,9 +28,9 @@
#include "util/util_foreach.h"
#include "util/util_hash.h"
+#include "util/util_logging.h"
#include "util/util_path.h"
#include "util/util_progress.h"
-#include "util/util_logging.h"
CCL_NAMESPACE_BEGIN