diff options
Diffstat (limited to '')
-rw-r--r-- | source/OSSupport/TCPLink.cpp (renamed from source/cTCPLink.cpp) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/cTCPLink.cpp b/source/OSSupport/TCPLink.cpp index 22151b32a..d4c423b94 100644 --- a/source/cTCPLink.cpp +++ b/source/OSSupport/TCPLink.cpp @@ -1,8 +1,7 @@ #include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules -#include "cTCPLink.h" -#include "cSocket.h" +#include "TCPLink.h" |