Cleanup: Move editors headers to C++
See #103343 Pull Request: https://projects.blender.org/blender/blender/pulls/110820
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
|
||||
#include "BLF_api.h"
|
||||
|
||||
#include "BIF_glutil.h"
|
||||
#include "BIF_glutil.hh"
|
||||
|
||||
#include "GPU_framebuffer.h"
|
||||
#include "GPU_immediate.h"
|
||||
@@ -66,16 +66,15 @@
|
||||
#include "WM_api.hh"
|
||||
#include "WM_types.hh"
|
||||
|
||||
#include "ED_gpencil_legacy.h"
|
||||
#include "ED_node.h"
|
||||
#include "ED_gpencil_legacy.hh"
|
||||
#include "ED_node.hh"
|
||||
#include "ED_screen.hh"
|
||||
#include "ED_space_api.h"
|
||||
#include "ED_space_api.hh"
|
||||
#include "ED_viewer_path.hh"
|
||||
|
||||
#include "UI_interface.hh"
|
||||
#include "UI_resources.h"
|
||||
#include "UI_view2d.h"
|
||||
#include "UI_resources.hh"
|
||||
#include "UI_view2d.hh"
|
||||
|
||||
#include "RNA_access.h"
|
||||
#include "RNA_prototypes.h"
|
||||
|
||||
Reference in New Issue
Block a user