From: Brian Gaeke Date: Fri, 25 Jul 2003 20:20:53 +0000 (+0000) Subject: Forward-declare class Module to make the header file self-contained. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=00fee61672b9c00c83099d06ddd1d634a2553bbb;p=oota-llvm.git 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 --- diff --git a/include/llvm/Support/Mangler.h b/include/llvm/Support/Mangler.h index 5ad607dc774..502b7973439 100644 --- a/include/llvm/Support/Mangler.h +++ b/include/llvm/Support/Mangler.h @@ -8,6 +8,7 @@ #define LLVM_SUPPORT_MANGLER_H class Value; +class Module; #include #include