diff options
author | Chris Lattner <sabre@nondot.org> | 2002-08-21 22:11:14 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-08-21 22:11:14 +0000 |
commit | 25ba05972f0a9fd9f8dc2480c3d8af67845a42ce (patch) | |
tree | e0e0543146c7bbe91c7137b1b2fb8d6bf6b89e31 /lib/Transforms/Instrumentation/TraceValues.cpp | |
parent | 3f9b28d075e7c3991ddbf4535122298204093791 (diff) |
Remove extraneous #includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3421 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Instrumentation/TraceValues.cpp')
-rw-r--r-- | lib/Transforms/Instrumentation/TraceValues.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Transforms/Instrumentation/TraceValues.cpp b/lib/Transforms/Instrumentation/TraceValues.cpp index 3239e73c98..4156199aa0 100644 --- a/lib/Transforms/Instrumentation/TraceValues.cpp +++ b/lib/Transforms/Instrumentation/TraceValues.cpp @@ -6,7 +6,6 @@ //===----------------------------------------------------------------------===// #include "llvm/Transforms/Instrumentation/TraceValues.h" -#include "llvm/GlobalVariable.h" #include "llvm/Constants.h" #include "llvm/DerivedTypes.h" #include "llvm/iMemory.h" |