diff options
Diffstat (limited to 'src/net')
-rw-r--r-- | src/net/connectionhandler.cpp | 1 | ||||
-rw-r--r-- | src/net/netcomputer.cpp | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/net/connectionhandler.cpp b/src/net/connectionhandler.cpp index 22fadc4c..1f98b046 100644 --- a/src/net/connectionhandler.cpp +++ b/src/net/connectionhandler.cpp @@ -22,7 +22,6 @@ #include "net/connectionhandler.hpp" -#include "defines.h" #include "common/configuration.hpp" #include "net/bandwidth.hpp" #include "net/messagein.hpp" diff --git a/src/net/netcomputer.cpp b/src/net/netcomputer.cpp index 35b947ae..85b8f260 100644 --- a/src/net/netcomputer.cpp +++ b/src/net/netcomputer.cpp @@ -27,8 +27,6 @@ #include "messageout.hpp" #include "netcomputer.hpp" -#include "../defines.h" - #include "../utils/logger.h" #include "../utils/processorutils.hpp" |