From 07d2af338e237889ff453a3a774522b9b0021439 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 1 Sep 2009 10:07:22 +0000 Subject: (svn r17339) -Codechange: move thread related files to their own directory (like done for video, music, sound, etc) --- src/network/core/tcp_connect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/network/core') diff --git a/src/network/core/tcp_connect.cpp b/src/network/core/tcp_connect.cpp index bfc642c4b..5d5d2feba 100644 --- a/src/network/core/tcp_connect.cpp +++ b/src/network/core/tcp_connect.cpp @@ -16,7 +16,7 @@ #include "../../stdafx.h" #include "../../debug.h" #include "../../core/smallvec_type.hpp" -#include "../../thread.h" +#include "../../thread/thread.h" #include "tcp.h" -- cgit v1.2.3-54-g00ecf