Header file moved

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13813 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2004-05-27 05:41:36 +00:00
parent 6f9e6074a9
commit bed85ff010
21 changed files with 21 additions and 20 deletions

View File

@ -19,7 +19,7 @@
#include "llvm/Analysis/ProfileInfoLoader.h"
#include "llvm/Bytecode/Reader.h"
#include "Support/CommandLine.h"
#include "Support/Signals.h"
#include "llvm/System/Signals.h"
#include <cstdio>
#include <map>
#include <set>