From: Chris Lattner Date: Fri, 1 Aug 2003 19:16:29 +0000 (+0000) Subject: Move #include from a header to here X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=fafac12dcd9c6e9411f1f60da6b0b563c9148789;p=oota-llvm.git Move #include from a header to here git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7480 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/Signals.cpp b/lib/Support/Signals.cpp index b3ad9c42de2..effc0599e46 100644 --- a/lib/Support/Signals.cpp +++ b/lib/Support/Signals.cpp @@ -11,6 +11,7 @@ #include #include #include +#include "Config/config.h" // Get the signal handler return type static std::vector FilesToRemove; diff --git a/support/lib/Support/Signals.cpp b/support/lib/Support/Signals.cpp index b3ad9c42de2..effc0599e46 100644 --- a/support/lib/Support/Signals.cpp +++ b/support/lib/Support/Signals.cpp @@ -11,6 +11,7 @@ #include #include #include +#include "Config/config.h" // Get the signal handler return type static std::vector FilesToRemove;