summaryrefslogtreecommitdiff
path: root/include/llvm/PassRegistry.h
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2010-09-13 18:47:42 +0000
committerOwen Anderson <resistor@mac.com>2010-09-13 18:47:42 +0000
commit049e42f0b4547eb1afad4e4ce708d110408957e4 (patch)
tree98bc7a48514fbd8c1b8ad692f205e9fd5f862591 /include/llvm/PassRegistry.h
parent1a56e083e7ee7cc05afe02eff40a45858cd9adda (diff)
downloadllvm-049e42f0b4547eb1afad4e4ce708d110408957e4.tar.gz
llvm-049e42f0b4547eb1afad4e4ce708d110408957e4.tar.bz2
llvm-049e42f0b4547eb1afad4e4ce708d110408957e4.tar.xz
Minimize #includes in a top-level header.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113772 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/PassRegistry.h')
-rw-r--r--include/llvm/PassRegistry.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/PassRegistry.h b/include/llvm/PassRegistry.h
index fa269a9c5a..31d48a4e28 100644
--- a/include/llvm/PassRegistry.h
+++ b/include/llvm/PassRegistry.h
@@ -17,8 +17,7 @@
#ifndef LLVM_PASSREGISTRY_H
#define LLVM_PASSREGISTRY_H
-#include "llvm/ADT/StringMap.h"
-#include "llvm/System/DataTypes.h"
+#include "llvm/ADT/StringRef.h"
namespace llvm {