summaryrefslogtreecommitdiff
path: root/src/network/network_content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/network_content.h')
-rw-r--r--src/network/network_content.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/network_content.h b/src/network/network_content.h
index 610288c43..aa9a1ffbd 100644
--- a/src/network/network_content.h
+++ b/src/network/network_content.h
@@ -12,11 +12,11 @@
#ifndef NETWORK_CONTENT_H
#define NETWORK_CONTENT_H
-#if defined(ENABLE_NETWORK)
-
#include "core/tcp_content.h"
#include "../core/smallvec_type.hpp"
+#if defined(ENABLE_NETWORK)
+
/** Vector with content info */
typedef SmallVector<ContentInfo *, 16> ContentVector;
typedef SmallVector<const ContentInfo *, 16> ConstContentVector;