From: Reid Spencer Date: Tue, 8 Jun 2004 05:53:14 +0000 (+0000) Subject: Make it #include Parser.h instead of AnalyzerInternals.h since it only X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b7041b0c432a54c9ff8ef99cd4a7ca3412b278df;p=oota-llvm.git Make it #include Parser.h instead of AnalyzerInternals.h since it only needs the BytecodeHandler interface which is now in Parser.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14056 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Bytecode/Analyzer/BytecodeHandler.cpp b/lib/Bytecode/Analyzer/BytecodeHandler.cpp index 24159588675..6ceaf381165 100644 --- a/lib/Bytecode/Analyzer/BytecodeHandler.cpp +++ b/lib/Bytecode/Analyzer/BytecodeHandler.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include "BytecodeHandler.h" +#include "Parser.h" using namespace llvm;