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

@@ -43,12 +43,11 @@
#include "RE_engine.h"
#include "RE_pipeline.h"
#include "ED_image.h"
#include "ED_node.h" /* own include */
#include "ED_image.hh"
#include "ED_node.hh" /* own include */
#include "ED_render.h"
#include "ED_render.hh"
#include "ED_screen.hh"
#include "ED_select_utils.h"
#include "ED_select_utils.hh"
#include "ED_viewer_path.hh"
#include "RNA_access.h"
@@ -59,7 +58,7 @@
#include "WM_api.hh"
#include "WM_types.hh"
#include "UI_view2d.h"
#include "UI_view2d.hh"
#include "GPU_material.h"