forked from OSchip/llvm-project
Fixed VerifyDecl to use shared forward declarations.
llvm-svn: 143029
This commit is contained in:
parent
1d2bb9882d
commit
580b29f9cb
|
@ -10,10 +10,7 @@
|
|||
#ifndef lldb_VariableList_h_
|
||||
#define lldb_VariableList_h_
|
||||
|
||||
namespace clang
|
||||
{
|
||||
class Decl;
|
||||
}
|
||||
#include "ClangForward.h"
|
||||
|
||||
namespace lldb_private
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue