blob: 49bc32386e2bf792758928a589939e2623d6bb47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
diff --git a/include/clockUtils/sockets/TcpSocket.h b/include/clockUtils/sockets/TcpSocket.h
index 6e0d9c8..3bb97a9 100644
--- a/include/clockUtils/sockets/TcpSocket.h
+++ b/include/clockUtils/sockets/TcpSocket.h
@@ -57,9 +57,6 @@
#define INVALID_SOCKET -1
#endif
-namespace std {
- class thread;
-} /* namespace std */
namespace clockUtils {
enum class ClockError;
namespace sockets {
diff --git a/include/clockUtils/sockets/UdpSocket.h b/include/clockUtils/sockets/UdpSocket.h
index 31eeeb5..c5da451 100644
--- a/include/clockUtils/sockets/UdpSocket.h
+++ b/include/clockUtils/sockets/UdpSocket.h
@@ -60,10 +60,6 @@
#define INVALID_SOCKET -1
#endif
-namespace std {
- class thread;
-} /* namespace std */
-
namespace clockUtils {
enum class ClockError;
namespace sockets {
|