13 lines
455 B
Diff
13 lines
455 B
Diff
diff --git a/src/storage/delta_insert.cpp b/src/storage/delta_insert.cpp
|
|
index 93ebf9f..8eea9f5 100644
|
|
--- a/src/storage/delta_insert.cpp
|
|
+++ b/src/storage/delta_insert.cpp
|
|
@@ -1,7 +1,5 @@
|
|
#include "storage/delta_insert.hpp"
|
|
|
|
-#include <duckdb/common/sort/partition_state.hpp>
|
|
-
|
|
#include "duckdb/catalog/catalog_entry/copy_function_catalog_entry.hpp"
|
|
#include "duckdb/main/client_data.hpp"
|
|
#include "duckdb/planner/operator/logical_copy_to_file.hpp"
|