Skip to content

Commit

Permalink
LogTypes.hpp -> types.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlion committed Apr 25, 2024
1 parent 98176cb commit 439f948
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ target_sources(${LIB_NAME} PUBLIC
${CLP_SRC_DIR}/components/core/src/ffi/ir_stream/decoding_methods.hpp
${CLP_SRC_DIR}/components/core/src/ffi/ir_stream/decoding_methods.inc
${CLP_SRC_DIR}/components/core/src/ffi/ir_stream/protocol_constants.hpp
src/ffi_go/LogTypes.hpp
src/ffi_go/types.hpp
src/ffi_go/ir/decoder.cpp
src/ffi_go/ir/deserializer.cpp
src/ffi_go/ir/encoder.cpp
src/ffi_go/ir/LogTypes.hpp
src/ffi_go/ir/types.hpp
src/ffi_go/ir/serializer.cpp
src/ffi_go/search/wildcard_query.cpp
)
Expand Down
4 changes: 2 additions & 2 deletions cpp/src/ffi_go/ir/decoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
#include <clp/components/core/src/ffi/ir_stream/decoding_methods.hpp>

#include <ffi_go/defs.h>
#include <ffi_go/ir/LogTypes.hpp>
#include <ffi_go/LogTypes.hpp>
#include <ffi_go/ir/types.hpp>
#include <ffi_go/types.hpp>

namespace ffi_go::ir {
using namespace ffi::ir_stream;
Expand Down
4 changes: 2 additions & 2 deletions cpp/src/ffi_go/ir/deserializer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
#include <clp/components/core/src/ffi/ir_stream/encoding_methods.hpp>

#include <ffi_go/defs.h>
#include <ffi_go/ir/LogTypes.hpp>
#include <ffi_go/LogTypes.hpp>
#include <ffi_go/ir/types.hpp>
#include <ffi_go/types.hpp>
#include <ffi_go/search/wildcard_query.h>

namespace ffi_go::ir {
Expand Down
4 changes: 2 additions & 2 deletions cpp/src/ffi_go/ir/encoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#include <clp/components/core/src/ffi/ir_stream/decoding_methods.hpp>

#include <ffi_go/defs.h>
#include <ffi_go/ir/LogTypes.hpp>
#include <ffi_go/LogTypes.hpp>
#include <ffi_go/ir/types.hpp>
#include <ffi_go/types.hpp>

namespace ffi_go::ir {
using namespace ffi::ir_stream;
Expand Down
4 changes: 2 additions & 2 deletions cpp/src/ffi_go/ir/serializer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#include <clp/components/core/src/ffi/ir_stream/encoding_methods.hpp>

#include <ffi_go/defs.h>
#include <ffi_go/ir/LogTypes.hpp>
#include <ffi_go/LogTypes.hpp>
#include <ffi_go/ir/types.hpp>
#include <ffi_go/types.hpp>

namespace ffi_go::ir {
using namespace ffi;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <clp/components/core/src/Defs.h>
#include <clp/components/core/src/ffi/encoding_methods.hpp>

#include <ffi_go/LogTypes.hpp>
#include <ffi_go/types.hpp>

namespace ffi_go::ir {

Expand Down
File renamed without changes.

0 comments on commit 439f948

Please sign in to comment.