Cleanup: Move editors headers to C++
See #103343 Pull Request: https://projects.blender.org/blender/blender/pulls/110820
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user