mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-05 13:09:10 +00:00
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:
parent
9ef719afac
commit
fafac12dcd
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user