Genericize the ReversePostOrderIterator.
[oota-llvm.git] / tools / lli / lli.cpp
index ef9dddf750df912963257e5f710e491ecd0ad56e..f4145c169c5cffc03e8e49f9da195ae9ade7d5fe 100644 (file)
@@ -8,7 +8,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "Interpreter.h"
-#include "llvm/Support/CommandLine.h"
+#include "Support/CommandLine.h"
 
 cl::StringList InputArgv(""   , "Input command line", cl::ConsumeAfter);
 cl::String MainFunction ("f"      , "Function to execute", cl::NoFlags, "main");