summaryrefslogtreecommitdiff
path: root/include/llvm/Type.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-06-18 21:23:04 +0000
committerChris Lattner <sabre@nondot.org>2011-06-18 21:23:04 +0000
commitfb78b33018bdd84d1879ae8a15f53d6b474982e9 (patch)
treedeef26ae02697259868f200ad0c06f0b7c2ebffd /include/llvm/Type.h
parent0cd0d881604775f3f97048645f040b2ef4f61e4b (diff)
downloadllvm-fb78b33018bdd84d1879ae8a15f53d6b474982e9.tar.gz
llvm-fb78b33018bdd84d1879ae8a15f53d6b474982e9.tar.bz2
llvm-fb78b33018bdd84d1879ae8a15f53d6b474982e9.tar.xz
now that Type::getDescription() is dead, the TypePrinting class can move from Assembly/Writer.h to being
a private class in AsmWriter.cpp. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133361 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Type.h')
-rw-r--r--include/llvm/Type.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Type.h b/include/llvm/Type.h
index 95b2f926bf..61101548a5 100644
--- a/include/llvm/Type.h
+++ b/include/llvm/Type.h
@@ -17,7 +17,6 @@
#include "llvm/AbstractTypeUser.h"
#include "llvm/Support/Casting.h"
-#include <string>
#include <vector>
namespace llvm {