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/editors/include/ED_util_imbuf.h')
-rw-r--r--source/blender/editors/include/ED_util_imbuf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/editors/include/ED_util_imbuf.h b/source/blender/editors/include/ED_util_imbuf.h
index 64349556744..76171383b49 100644
--- a/source/blender/editors/include/ED_util_imbuf.h
+++ b/source/blender/editors/include/ED_util_imbuf.h
@@ -25,17 +25,17 @@
#define __ED_UTIL_IMBUF_H__
#include "BLI_compiler_attrs.h"
-
-#include "DNA_screen_types.h"
+#include "BLI_sys_types.h"
#ifdef __cplusplus
extern "C" {
#endif
+struct ARegion;
struct Main;
struct bContext;
-struct wmOperator;
struct wmEvent;
+struct wmOperator;
/* ed_util_imbuf.c */
void ED_imbuf_sample_draw(const struct bContext *C, struct ARegion *region, void *arg_info);