Cleanup: Include in CSV import header

This commit is contained in:
Hans Goudey
2025-02-10 11:10:07 -05:00
parent a961c9050d
commit 7605382204
2 changed files with 2 additions and 3 deletions

View File

@@ -6,8 +6,6 @@
* \ingroup csv
*/
#include "BLI_timeit.hh"
#include "IO_csv.hh"
#include "csv_reader.hh"

View File

@@ -12,7 +12,8 @@
#include "BLI_array.hh"
#include "BLI_generic_array.hh"
#include "BLI_map.hh"
#include "DNA_customdata_types.h"
struct PointCloud;