summaryrefslogtreecommitdiffhomepage
path: root/NetEx/NetMsg.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-03-27 22:11:07 +0200
committerAki <please@ignore.pl>2022-03-27 22:11:07 +0200
commit1cf689a6ad9d6c5cd29e11a6a96cb075eb2bbbb8 (patch)
tree3b31cdfcefe051a9a31972703b4d738812467abf /NetEx/NetMsg.h
parent2ba515370864b85bd29b0d23083248c74a868691 (diff)
downloadstarshatter-1cf689a6ad9d6c5cd29e11a6a96cb075eb2bbbb8.zip
starshatter-1cf689a6ad9d6c5cd29e11a6a96cb075eb2bbbb8.tar.gz
starshatter-1cf689a6ad9d6c5cd29e11a6a96cb075eb2bbbb8.tar.bz2
Replaced ThreadSync with stl's mutex
Diffstat (limited to 'NetEx/NetMsg.h')
-rw-r--r--NetEx/NetMsg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/NetEx/NetMsg.h b/NetEx/NetMsg.h
index 4918c36..1a8585f 100644
--- a/NetEx/NetMsg.h
+++ b/NetEx/NetMsg.h
@@ -20,7 +20,6 @@
#include "NetGram.h"
#include "NetSock.h"
#include "List.h"
-#include "ThreadSync.h"
// +-------------------------------------------------------------------+