Cleanup: Move editors headers to C++

See #103343

Pull Request: https://projects.blender.org/blender/blender/pulls/110820
This commit is contained in:
Hans Goudey
2023-08-05 02:57:52 +02:00
committed by Hans Goudey
parent c15d391e86
commit ffe4fbe832
1140 changed files with 2959 additions and 3405 deletions

View File

@@ -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"