Forward-declare class Module to make the header file self-contained.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7319 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Brian Gaeke 2003-07-25 20:20:53 +00:00
parent 2e99791a1e
commit 00fee61672

View File

@ -8,6 +8,7 @@
#define LLVM_SUPPORT_MANGLER_H
class Value;
class Module;
#include <map>
#include <set>