summaryrefslogtreecommitdiff
path: root/include/llvm/Support/TargetFolder.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-11-05 19:42:20 +0000
committerDan Gohman <gohman@apple.com>2009-11-05 19:42:20 +0000
commite5db7c4166957e13a7df84570be0b9ddc2ef07fe (patch)
treea08a4ac8b96d0dff3ccd4111872a50f9745405ee /include/llvm/Support/TargetFolder.h
parenta6a4aaefeea8622e022723f27b7e845997b81f64 (diff)
downloadllvm-e5db7c4166957e13a7df84570be0b9ddc2ef07fe.tar.gz
llvm-e5db7c4166957e13a7df84570be0b9ddc2ef07fe.tar.bz2
llvm-e5db7c4166957e13a7df84570be0b9ddc2ef07fe.tar.xz
InstrTypes.h includes Instruction.h, so it's not necessary to include both.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86162 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/TargetFolder.h')
-rw-r--r--include/llvm/Support/TargetFolder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Support/TargetFolder.h b/include/llvm/Support/TargetFolder.h
index e9cf585b67..18726e2cd5 100644
--- a/include/llvm/Support/TargetFolder.h
+++ b/include/llvm/Support/TargetFolder.h
@@ -20,7 +20,6 @@
#define LLVM_SUPPORT_TARGETFOLDER_H
#include "llvm/Constants.h"
-#include "llvm/Instruction.h"
#include "llvm/InstrTypes.h"
#include "llvm/Analysis/ConstantFolding.h"