1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Make it #include Parser.h instead of AnalyzerInternals.h since it only

needs the BytecodeHandler interface which is now in Parser.h

llvm-svn: 14056
This commit is contained in:
Reid Spencer 2004-06-08 05:53:14 +00:00
parent 596ef471a8
commit 17fdffaf33

View File

@ -12,7 +12,7 @@
//
//===----------------------------------------------------------------------===//
#include "BytecodeHandler.h"
#include "Parser.h"
using namespace llvm;