summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Greene <greened@obbligato.org>2009-08-19 23:00:07 +0000
committerDavid Greene <greened@obbligato.org>2009-08-19 23:00:07 +0000
commitf189004d3b172600bb5bedfe9158c1e2a3f45c34 (patch)
treefc284bba3be34e05876779ebb9332cb43ae3ee1c /include
parent517d811f6baa590b887dcc378e39934caf01338a (diff)
downloadllvm-f189004d3b172600bb5bedfe9158c1e2a3f45c34.tar.gz
llvm-f189004d3b172600bb5bedfe9158c1e2a3f45c34.tar.bz2
llvm-f189004d3b172600bb5bedfe9158c1e2a3f45c34.tar.xz
Remove an unnecessary include. Now we won't have circular include
problems later on. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79487 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/MachineFunctionPass.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineFunctionPass.h b/include/llvm/CodeGen/MachineFunctionPass.h
index 60460afae7..bac110316d 100644
--- a/include/llvm/CodeGen/MachineFunctionPass.h
+++ b/include/llvm/CodeGen/MachineFunctionPass.h
@@ -20,10 +20,11 @@
#define LLVM_CODEGEN_MACHINE_FUNCTION_PASS_H
#include "llvm/Pass.h"
-#include "llvm/CodeGen/MachineFunction.h"
namespace llvm {
+class MachineFunction;
+
/// MachineFunctionPass - This class adapts the FunctionPass interface to
/// allow convenient creation of passes that operate on the MachineFunction
/// representation. Instead of overriding runOnFunction, subclasses