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

WIP: fix includes

parent d3f36157
No related branches found
No related tags found
2 merge requests!33Release 0.1,!30Debug build
Pipeline #16176 passed with warnings
Pipeline: caosdb-cppinttest

#16178

    ......@@ -21,24 +21,23 @@
    #ifndef CAOSDB_CONFIGURATION_H
    #define CAOSDB_CONFIGURATION_H
    #include "caosdb/authentication.h" // for Authenticator, PlainPassw...
    #include "caosdb/certificate_provider.h" // for CertificateProvider, path
    #include "caosdb/exceptions.h" // for ConfigurationError
    #include "caosdb/logging.h" // for CAOSDB_LOG_...
    #include "caosdb/protobuf_helper.h" // for reset_arena
    #include "caosdb/utility.h" // for load_json_file
    #include "caosdb/authentication.h" // for Authenticator, PlainPassw...
    #include "caosdb/certificate_provider.h" // for CertificateProvider, path
    #include "caosdb/exceptions.h" // for ConfigurationError
    #include "caosdb/logging.h" // for SinkConfiguration, Loggin...
    #include "caosdb/utility.h" // for load_json_file
    #include <google/protobuf/arena.h> // for Arena
    #include <google/protobuf/extension_set.h> // for Arena
    #include <grpcpp/security/credentials.h> // for ChannelCredentials
    #include <boost/json/object.hpp> // for object
    #include <boost/json/value.hpp> // for value
    #include <boost/json/value_ref.hpp> // for array, object
    // IWYU pragma: no_include "boost/json/fwd.hpp"
    #include <boost/filesystem/operations.hpp> // for exists
    #include <boost/filesystem/path.hpp> // for path
    #include <boost/json/object.hpp> // for object
    #include <boost/json/value.hpp> // for value
    #include <boost/json/value_ref.hpp> // IWYU pragma: keep
    #include <google/protobuf/arena.h> // for Arena
    #include <grpcpp/security/credentials.h> // for ChannelCredentials
    #include <iosfwd> // for ostream
    #include <iostream>
    #include <memory> // for unique_ptr, shared_ptr
    #include <string> // for string
    #include <filesystem> // for path, exists
    #include <iosfwd> // for ostream
    #include <memory> // for shared_ptr, unique_ptr
    #include <string> // for string
    namespace caosdb::configuration {
    using boost::json::array;
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment