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/blender/curves.cpp')
-rw-r--r--intern/cycles/blender/curves.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/intern/cycles/blender/curves.cpp b/intern/cycles/blender/curves.cpp
index 816b296519b..fb2b329e61d 100644
--- a/intern/cycles/blender/curves.cpp
+++ b/intern/cycles/blender/curves.cpp
@@ -14,16 +14,16 @@
* limitations under the License.
*/
-#include "scene/curves.h"
+#include "blender/sync.h"
+#include "blender/util.h"
+
#include "scene/attribute.h"
#include "scene/camera.h"
+#include "scene/curves.h"
#include "scene/hair.h"
#include "scene/object.h"
#include "scene/scene.h"
-#include "blender/sync.h"
-#include "blender/util.h"
-
#include "util/color.h"
#include "util/foreach.h"
#include "util/hash.h"