summaryrefslogtreecommitdiff
path: root/src/network/core/tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/core/tcp.h')
-rw-r--r--src/network/core/tcp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/core/tcp.h b/src/network/core/tcp.h
index fa3f0a12e..c368339ef 100644
--- a/src/network/core/tcp.h
+++ b/src/network/core/tcp.h
@@ -14,13 +14,13 @@
#ifndef NETWORK_CORE_TCP_H
#define NETWORK_CORE_TCP_H
-#ifdef ENABLE_NETWORK
-
#include "os_abstraction.h"
#include "address.h"
#include "core.h"
#include "packet.h"
+#ifdef ENABLE_NETWORK
+
/** Base socket handler for all TCP sockets */
class NetworkTCPSocketHandler : public NetworkSocketHandler {
private: