aboutsummaryrefslogtreecommitdiff
path: root/dep/include/sockets/StdLog.h
diff options
context:
space:
mode:
Diffstat (limited to 'dep/include/sockets/StdLog.h')
-rw-r--r--dep/include/sockets/StdLog.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/dep/include/sockets/StdLog.h b/dep/include/sockets/StdLog.h
index 8266479f21c..3ff68d6e9ea 100644
--- a/dep/include/sockets/StdLog.h
+++ b/dep/include/sockets/StdLog.h
@@ -46,7 +46,6 @@ typedef enum
LOG_LEVEL_INFO
} loglevel_t;
-
class ISocketHandler;
class Socket;
@@ -65,7 +64,6 @@ public:
loglevel_t = LOG_LEVEL_WARNING) = 0;
};
-
#ifdef SOCKETS_NAMESPACE
}
#endif