Skip to content

Commit

Permalink
Merge pull request #60 from northwesternfintech/remove-old-files
Browse files Browse the repository at this point in the history
Removed old files
  • Loading branch information
stevenewald authored Nov 23, 2023
2 parents 44900f6 + ae45bf5 commit 48b556d
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 31 deletions.
1 change: 0 additions & 1 deletion exchange/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ include(cmake/variables.cmake)

add_library(
NUTC24_lib OBJECT
src/lib.cpp
src/local_algos/sandbox.cpp
src/local_algos/dev_mode.cpp
src/local_algos/file_management.cpp
Expand Down
5 changes: 0 additions & 5 deletions exchange/src/lib.cpp

This file was deleted.

20 changes: 0 additions & 20 deletions exchange/src/lib.hpp

This file was deleted.

1 change: 0 additions & 1 deletion exchange/src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include "client_manager/client_manager.hpp"
#include "config.h"
#include "lib.hpp"
#include "local_algos/dev_mode.hpp"
#include "local_algos/sandbox.hpp"
#include "logging.hpp"
Expand Down
1 change: 0 additions & 1 deletion exchange/test/src/basic_matching.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "client_manager/client_manager.hpp"
#include "lib.hpp"
#include "matching/engine/engine.hpp"
#include "test_utils/macros.hpp"
#include "utils/messages.hpp"
Expand Down
1 change: 0 additions & 1 deletion exchange/test/src/invalid_orders.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "client_manager/client_manager.hpp"
#include "lib.hpp"
#include "matching/engine/engine.hpp"
#include "test_utils/macros.hpp"
#include "utils/messages.hpp"
Expand Down
2 changes: 0 additions & 2 deletions exchange/test/src/logging_orders.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

#include "client_manager/client_manager.hpp"
#include "lib.hpp"
#include "matching/engine/engine.hpp"
#include "test_utils/macros.hpp"
#include "utils/logger/logger.hpp"
Expand Down

0 comments on commit 48b556d

Please sign in to comment.