diff options
Diffstat (limited to 'src/network')
-rw-r--r-- | src/network/connectionthreads.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/connectionthreads.h b/src/network/connectionthreads.h index 15c247f76..ddac4ae20 100644 --- a/src/network/connectionthreads.h +++ b/src/network/connectionthreads.h @@ -21,7 +21,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #pragma once #include <cassert> -#include "../threading/thread.h" +#include "threading/thread.h" #include "connection.h" namespace con |