diff options
Diffstat (limited to 'src/unittest')
-rw-r--r-- | src/unittest/test_connection.cpp | 2 | ||||
-rw-r--r-- | src/unittest/test_socket.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/unittest/test_connection.cpp b/src/unittest/test_connection.cpp index c23d2a068..5a2e32ca8 100644 --- a/src/unittest/test_connection.cpp +++ b/src/unittest/test_connection.cpp @@ -20,11 +20,11 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "test.h" #include "log.h" -#include "socket.h" #include "settings.h" #include "util/serialize.h" #include "network/connection.h" #include "network/networkpacket.h" +#include "network/socket.h" class TestConnection : public TestBase { public: diff --git a/src/unittest/test_socket.cpp b/src/unittest/test_socket.cpp index 33e568e79..6d5cf334d 100644 --- a/src/unittest/test_socket.cpp +++ b/src/unittest/test_socket.cpp @@ -20,8 +20,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "test.h" #include "log.h" -#include "socket.h" #include "settings.h" +#include "network/socket.h" class TestSocket : public TestBase { public: |