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.h')
-rw-r--r--source/blender/editors/include/ED_util.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/editors/include/ED_util.h b/source/blender/editors/include/ED_util.h
index 741c586d41f..d93b5072679 100644
--- a/source/blender/editors/include/ED_util.h
+++ b/source/blender/editors/include/ED_util.h
@@ -31,11 +31,11 @@
#ifndef __ED_UTIL_H__
#define __ED_UTIL_H__
-struct bContext;
-struct wmOperatorType;
+struct PackedFile;
struct ScrArea;
struct SpaceLink;
-struct PackedFile;
+struct bContext;
+struct wmOperatorType;
/* ed_util.c */