Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/editors/space_spreadsheet/spreadsheet_column_layout.hh')
-rw-r--r--source/blender/editors/space_spreadsheet/spreadsheet_column_layout.hh6
1 files changed, 2 insertions, 4 deletions
diff --git a/source/blender/editors/space_spreadsheet/spreadsheet_column_layout.hh b/source/blender/editors/space_spreadsheet/spreadsheet_column_layout.hh
index 85217d35289..a01e251d764 100644
--- a/source/blender/editors/space_spreadsheet/spreadsheet_column_layout.hh
+++ b/source/blender/editors/space_spreadsheet/spreadsheet_column_layout.hh
@@ -20,10 +20,8 @@
#include "spreadsheet_draw.hh"
-// struct Object;
-// struct Collection;
-#include "DNA_collection_types.h"
-#include "DNA_object_types.h"
+struct Object;
+struct Collection;
namespace blender::ed::spreadsheet {