From 25ba05972f0a9fd9f8dc2480c3d8af67845a42ce Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 21 Aug 2002 22:11:14 +0000 Subject: [PATCH] Remove extraneous #includes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3421 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Instrumentation/TraceValues.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Transforms/Instrumentation/TraceValues.cpp b/lib/Transforms/Instrumentation/TraceValues.cpp index 3239e73c981..4156199aa0f 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"