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 'source/blender/freestyle/intern/view_map/Functions1D.h')
-rwxr-xr-xsource/blender/freestyle/intern/view_map/Functions1D.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/freestyle/intern/view_map/Functions1D.h b/source/blender/freestyle/intern/view_map/Functions1D.h
index c4060e0897f..ba42b25b47e 100755
--- a/source/blender/freestyle/intern/view_map/Functions1D.h
+++ b/source/blender/freestyle/intern/view_map/Functions1D.h
@@ -30,11 +30,11 @@
#ifndef FUNCTIONS1D_HPP
# define FUNCTIONS1D_HPP
-# include "../system/Precision.h"
-# include "../system/TimeStamp.h"
# include "ViewMap.h"
# include "Functions0D.h"
# include "Interface1D.h"
+# include "../system/Precision.h"
+# include "../system/TimeStamp.h"
# include "../system/FreestyleConfig.h"
#include "../python/Director.h"