Cleanup: duplicate includes
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
|
||||
#include "BLI_utildefines.h"
|
||||
|
||||
#include "../generic/python_utildefines.h"
|
||||
#include "python_utildefines.h"
|
||||
|
||||
|
||||
PyDoc_STRVAR(py_blf_position_doc,
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
#include "py_capi_utils.h"
|
||||
#endif
|
||||
|
||||
#include "../generic/python_utildefines.h"
|
||||
#include "python_utildefines.h"
|
||||
|
||||
|
||||
/*********************** ID Property Main Wrapper Stuff ***************/
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
|
||||
#include "py_capi_utils.h"
|
||||
|
||||
#include "../generic/python_utildefines.h"
|
||||
#include "python_utildefines.h"
|
||||
|
||||
/* only for BLI_strncpy_wchar_from_utf8, should replace with py funcs but too late in release now */
|
||||
#include "BLI_string_utf8.h"
|
||||
|
||||
Reference in New Issue
Block a user