(svn r17699) -Codechange: move #ifdef ENABLE_NETWORK till after the 'generic' includes so compilation without network support doesn't get broken as easily by changes in header files
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user