We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9257726 commit d95bd4bCopy full SHA for d95bd4b
src/iceberg/table.h
@@ -19,16 +19,14 @@
19
20
#pragma once
21
22
+#include <mutex>
23
#include <string>
24
#include <unordered_map>
25
#include <vector>
26
27
#include "iceberg/iceberg_export.h"
-#include "iceberg/location_provider.h"
28
-#include "iceberg/result.h"
29
#include "iceberg/snapshot.h"
30
#include "iceberg/table_identifier.h"
31
-#include "iceberg/transaction.h"
32
#include "iceberg/type_fwd.h"
33
34
namespace iceberg {
0 commit comments