summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2016-08-05 22:48:53 +0000
committerVedant Kumar <vsk@apple.com>2016-08-05 22:48:53 +0000
commitbd30b4ebe0f366ada0ca59a8359c9ff66f4b8879 (patch)
treec97c26df72e7223eefe9e5a7062ed44f9824e736 /utils
parent3ff0fb57b3a6405b3fc75393f007af59495f098f (diff)
[clang-tblgen] Remove unused #include (NFC)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@277885 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/TableGen.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/TableGen/TableGen.cpp b/utils/TableGen/TableGen.cpp
index 7ccd715031..ef6ad3ac6c 100644
--- a/utils/TableGen/TableGen.cpp
+++ b/utils/TableGen/TableGen.cpp
@@ -13,7 +13,6 @@
#include "TableGenBackends.h" // Declares all backends.
#include "llvm/Support/CommandLine.h"
-#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/PrettyStackTrace.h"
#include "llvm/Support/Signals.h"
#include "llvm/TableGen/Error.h"