[llvm] c146995 - FormatAdapters.h - remove unused SmallString.h include. NFC.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Wed May 20 09:40:01 PDT 2020
Author: Simon Pilgrim
Date: 2020-05-20T17:30:02+01:00
New Revision: c14699570d3b220a46316ec1ceeec33100e0f9b9
URL: https://github.com/llvm/llvm-project/commit/c14699570d3b220a46316ec1ceeec33100e0f9b9
DIFF: https://github.com/llvm/llvm-project/commit/c14699570d3b220a46316ec1ceeec33100e0f9b9.diff
LOG: FormatAdapters.h - remove unused SmallString.h include. NFC.
Added:
Modified:
llvm/include/llvm/Support/FormatAdapters.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/Support/FormatAdapters.h b/llvm/include/llvm/Support/FormatAdapters.h
index a0e8cc439191..acf50724d3e3 100644
--- a/llvm/include/llvm/Support/FormatAdapters.h
+++ b/llvm/include/llvm/Support/FormatAdapters.h
@@ -9,7 +9,6 @@
#ifndef LLVM_SUPPORT_FORMATADAPTERS_H
#define LLVM_SUPPORT_FORMATADAPTERS_H
-#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/FormatCommon.h"
More information about the llvm-commits
mailing list