projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Cleanup: use BLI_compiler_compat.h for BLI_INLINE
[blender.git]
/
source
/
blender
/
blenlib
/
BLI_rect.h
diff --git
a/source/blender/blenlib/BLI_rect.h
b/source/blender/blenlib/BLI_rect.h
index a6670266643b795cd67775b833475380905795d3..221d328dd9e6c518d6c46a3135977278791c63dd 100644
(file)
--- a/
source/blender/blenlib/BLI_rect.h
+++ b/
source/blender/blenlib/BLI_rect.h
@@
-34,7
+34,8
@@
*/
#include "DNA_vec_types.h"
-#include "BLI_utildefines.h"
+#include "BLI_sys_types.h" /* bool */
+#include "BLI_compiler_compat.h"
struct rctf;
struct rcti;