Skip to content
Snippets Groups Projects
Verified Commit a368560b authored by Timm Fitschen's avatar Timm Fitschen
Browse files

MAINT: clean up imports

parent 31074c23
Branches
Tags v7.0.2
2 merge requests!42Release 0.2.0,!39F remove boost rdep
Pipeline #24966 passed
Pipeline: caosdb-cppinttest

#24967

    ...@@ -47,6 +47,7 @@ ...@@ -47,6 +47,7 @@
    #include <string> // for string, basic... #include <string> // for string, basic...
    #include <utility> // for move #include <utility> // for move
    #include <vector> // for vector #include <vector> // for vector
    // IWYU pragma: no_include "net/proto2/public/repeated_field.h"
    namespace caosdb::entity { namespace caosdb::entity {
    using caosdb::entity::v1::IdResponse; using caosdb::entity::v1::IdResponse;
    ......
    ...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
    #include "caosdb/transaction.h" #include "caosdb/transaction.h"
    #include "caosdb/entity/v1/main.grpc.pb.h" // for EntityTransac... #include "caosdb/entity/v1/main.grpc.pb.h" // for EntityTransac...
    #include "caosdb/entity/v1/main.pb.h" // for TransactionRe... #include "caosdb/entity/v1/main.pb.h" // for TransactionRe...
    #include "caosdb/file_transmission/download_request_handler.h" // Download... #include "caosdb/file_transmission/download_request_handler.h" // Download...
    #include "caosdb/file_transmission/file_reader.h" // for path #include "caosdb/file_transmission/file_reader.h" // for path
    #include "caosdb/file_transmission/register_file_upload_handler.h" // for RegisterFileUploadHandler #include "caosdb/file_transmission/register_file_upload_handler.h" // for RegisterFileUploadHandler
    ...@@ -29,7 +28,6 @@ ...@@ -29,7 +28,6 @@
    #include "caosdb/status_code.h" // for StatusCode #include "caosdb/status_code.h" // for StatusCode
    #include "caosdb/transaction_handler.h" // for EntityTransactionHandler #include "caosdb/transaction_handler.h" // for EntityTransactionHandler
    #include <algorithm> // for max #include <algorithm> // for max
    // IWYU pragma: no_include <bits/exception.h>
    #include <exception> // IWYU pragma: keep #include <exception> // IWYU pragma: keep
    #include <filesystem> // for operator<<, path #include <filesystem> // for operator<<, path
    #include <google/protobuf/arena.h> // for Arena #include <google/protobuf/arena.h> // for Arena
    ...@@ -39,6 +37,8 @@ ...@@ -39,6 +37,8 @@
    #include <memory> // for unique_ptr #include <memory> // for unique_ptr
    #include <random> // for mt19937, rand... #include <random> // for mt19937, rand...
    #include <utility> // for move, pair #include <utility> // for move, pair
    // IWYU pragma: no_include <bits/exception.h>
    // IWYU pragma: no_include "net/proto2/public/repeated_field.h"
    namespace caosdb::transaction { namespace caosdb::transaction {
    using caosdb::entity::v1::EntityTransactionService; using caosdb::entity::v1::EntityTransactionService;
    ......
    ...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
    #include <stdexcept> // for out_of_range #include <stdexcept> // for out_of_range
    #include <string> // for operator+, to_string #include <string> // for operator+, to_string
    #include <utility> // for move #include <utility> // for move
    // IWYU pragma: no_include "net/proto2/public/repeated_field.h"
    namespace caosdb::entity { namespace caosdb::entity {
    using caosdb::entity::v1::IdResponse; using caosdb::entity::v1::IdResponse;
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment