Skip to content
Snippets Groups Projects
Commit 5b5f9982 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

Fix accidentally changed includes

parent 0ab7d84b
No related branches found
No related tags found
2 merge requests!61Release 0.3.0,!55Rename caosdb-cpplib to linkahead-cpplib
Pipeline #54981 passed with warnings
Pipeline: caosdb-cppinttest

#54982

    ...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
    */ */
    #include "linkahead/transaction.h" #include "linkahead/transaction.h"
    #include "caosdb/entity/v1/main.pb.h" // for EntityTransac... #include "caosdb/entity/v1/main.pb.h" // for EntityTransac...
    #include "caosdb/entity/v1/main.pb.h" // for TransactionRe... #include "caosdb/entity/v1/main.grpc.pb.h" // for TransactionRe...
    #include "linkahead/file_transmission/download_request_handler.h" // Download... #include "linkahead/file_transmission/download_request_handler.h" // Download...
    #include "linkahead/file_transmission/file_reader.h" // for path #include "linkahead/file_transmission/file_reader.h" // for path
    #include "linkahead/file_transmission/register_file_upload_handler.h" // for RegisterFileUploadHandler #include "linkahead/file_transmission/register_file_upload_handler.h" // for RegisterFileUploadHandler
    ......
    ...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
    #include "linkahead/data_type.h" // for DataType, AtomicDat... #include "linkahead/data_type.h" // for DataType, AtomicDat...
    #include "linkahead/entity.h" // for Entity, Property #include "linkahead/entity.h" // for Entity, Property
    #include "caosdb/entity/v1/main.pb.h" // for EntityTransactionSe... #include "caosdb/entity/v1/main.pb.h" // for EntityTransactionSe...
    #include "caosdb/entity/v1/main.pb.h" // for IdResponse, Message #include "caosdb/entity/v1/main.grpc.pb.h" // for IdResponse, Message
    #include "linkahead/message_code.h" // for MessageCode, ENTITY... #include "linkahead/message_code.h" // for MessageCode, ENTITY...
    #include "linkahead/protobuf_helper.h" // for get_arena #include "linkahead/protobuf_helper.h" // for get_arena
    #include "linkahead/status_code.h" // for StatusCode, FILE_DO... #include "linkahead/status_code.h" // for StatusCode, FILE_DO...
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment