summaryrefslogtreecommitdiff
path: root/src/script/script_scanner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/script_scanner.cpp')
-rw-r--r--src/script/script_scanner.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/script/script_scanner.cpp b/src/script/script_scanner.cpp
index fe6d41cf9..168a852a5 100644
--- a/src/script/script_scanner.cpp
+++ b/src/script/script_scanner.cpp
@@ -18,11 +18,9 @@
#include "script_scanner.hpp"
#include "script_info.hpp"
-#if defined(ENABLE_NETWORK)
#include "../network/network_content.h"
#include "../3rdparty/md5/md5.h"
#include "../tar_type.h"
-#endif /* ENABLE_NETWORK */
#include "../safeguards.h"
@@ -180,8 +178,6 @@ char *ScriptScanner::GetConsoleList(char *p, const char *last, bool newest_only)
return p;
}
-#if defined(ENABLE_NETWORK)
-
/** Helper for creating a MD5sum of all files within of a script. */
struct ScriptFileChecksumCreator : FileScanner {
byte md5sum[16]; ///< The final md5sum.
@@ -287,5 +283,3 @@ const char *ScriptScanner::FindMainScript(const ContentInfo *ci, bool md5sum)
}
return NULL;
}
-
-#endif /* ENABLE_NETWORK */