common: rename repl_wrapper files

This commit is contained in:
Tyler Wilding
2024-06-02 12:50:28 -04:00
parent f586cb9af2
commit 2a0a7dc862
10 changed files with 13 additions and 12 deletions
+2 -2
View File
@@ -5,6 +5,8 @@
#include "common/cross_sockets/XSocket.h"
#include "common/log/log.h"
#include "fmt/core.h"
// clang-format off
#ifdef _WIN32
#define NOMINMAX
@@ -13,9 +15,7 @@
#include <WinSock2.h>
#include <WS2tcpip.h>
#endif
#include "common/repl/nrepl/ReplServer.h"
#include "fmt/core.h"
// clang-format on
XSocketClient::XSocketClient(int _tcp_port) {