From d0c19ec0af2e27ecd2bd3d0fec0409d5ea188eef Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 14 Jun 2013 18:04:50 +0000 Subject: [PATCH] Fix the build. clang/Driver/OptTable.h was removed. llvm-svn: 183991 --- lldb/source/Expression/ClangExpressionParser.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/source/Expression/ClangExpressionParser.cpp b/lldb/source/Expression/ClangExpressionParser.cpp index d5b8d099aac9..d026f2f3c120 100644 --- a/lldb/source/Expression/ClangExpressionParser.cpp +++ b/lldb/source/Expression/ClangExpressionParser.cpp @@ -36,7 +36,6 @@ #include "clang/CodeGen/CodeGenAction.h" #include "clang/CodeGen/ModuleBuilder.h" #include "clang/Driver/CC1Options.h" -#include "clang/Driver/OptTable.h" #include "clang/Frontend/CompilerInstance.h" #include "clang/Frontend/CompilerInvocation.h" #include "clang/Frontend/FrontendActions.h"