Fixed VerifyDecl to use shared forward declarations.

llvm-svn: 143029
This commit is contained in:
Sean Callanan 2011-10-26 16:20:57 +00:00
parent 1d2bb9882d
commit 580b29f9cb
1 changed files with 1 additions and 4 deletions

View File

@ -10,10 +10,7 @@
#ifndef lldb_VariableList_h_
#define lldb_VariableList_h_
namespace clang
{
class Decl;
}
#include "ClangForward.h"
namespace lldb_private
{