Move #include from a header to here

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7480 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-08-01 19:16:29 +00:00
parent 9ef719afac
commit fafac12dcd
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#include <cstdlib>
#include <cstdio>
#include <signal.h>
#include "Config/config.h" // Get the signal handler return type
static std::vector<std::string> FilesToRemove;

View File

@ -11,6 +11,7 @@
#include <cstdlib>
#include <cstdio>
#include <signal.h>
#include "Config/config.h" // Get the signal handler return type
static std::vector<std::string> FilesToRemove;