diff --git a/llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h b/llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h index eab9869e14e4b0..5abec6e3b96096 100644 --- a/llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h +++ b/llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h @@ -38,7 +38,6 @@ #include "llvm/Transforms/Utils/SampleProfileLoaderBaseUtil.h" namespace llvm { -using namespace llvm; using namespace sampleprof; using namespace sampleprofutil; using ProfileCount = Function::ProfileCount;