From 3bb72987a6acdf6d1101de772c463df96d7e8309 Mon Sep 17 00:00:00 2001 From: Vladimir Kryvian Date: Sat, 23 Apr 2016 22:24:53 +0300 Subject: [PATCH] Fixed double import with correct one in makedsig. --- tools/makedsig/LIB_PatternCollector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/makedsig/LIB_PatternCollector.cpp b/tools/makedsig/LIB_PatternCollector.cpp index bb3cddb..0cdbcea 100644 --- a/tools/makedsig/LIB_PatternCollector.cpp +++ b/tools/makedsig/LIB_PatternCollector.cpp @@ -3,7 +3,7 @@ #include "msvc_fixes.h" #include -#include +#include /** \note there is an untested assumption that the *first* segment definition with class CODE will be the one containing all useful functions in the LEDATA records. Functions such as _exit() have more than one segment