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/blenkernel')
-rw-r--r--source/blender/blenkernel/BKE_multires.h3
-rw-r--r--source/blender/blenkernel/BKE_paint.h3
2 files changed, 2 insertions, 4 deletions
diff --git a/source/blender/blenkernel/BKE_multires.h b/source/blender/blenkernel/BKE_multires.h
index 5a668532033..fce25abba7f 100644
--- a/source/blender/blenkernel/BKE_multires.h
+++ b/source/blender/blenkernel/BKE_multires.h
@@ -23,14 +23,13 @@
* \ingroup bke
*/
+#include "BKE_subsurf.h"
#include "BLI_compiler_compat.h"
#ifdef __cplusplus
extern "C" {
#endif
-enum MultiresModifiedFlags;
-
struct Depsgraph;
struct DerivedMesh;
struct MDisps;
diff --git a/source/blender/blenkernel/BKE_paint.h b/source/blender/blenkernel/BKE_paint.h
index 479bc56b2dc..0a50dde1874 100644
--- a/source/blender/blenkernel/BKE_paint.h
+++ b/source/blender/blenkernel/BKE_paint.h
@@ -25,6 +25,7 @@
#include "BLI_bitmap.h"
#include "BLI_utildefines.h"
+#include "DNA_brush_enums.h"
#include "DNA_object_enums.h"
#ifdef __cplusplus
@@ -70,8 +71,6 @@ struct BlendWriter;
struct BlendDataReader;
struct BlendLibReader;
-enum eOverlayFlags;
-
extern const char PAINT_CURSOR_SCULPT[3];
extern const char PAINT_CURSOR_VERTEX_PAINT[3];
extern const char PAINT_CURSOR_WEIGHT_PAINT[3];