Order alphabetically includes.
This commit is contained in:
parent
0b9abc1e14
commit
9dd448d998
@ -59,7 +59,6 @@
|
||||
#include "llvm/IR/Module.h"
|
||||
#include "llvm/Support/Path.h"
|
||||
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
@ -1088,10 +1087,6 @@ namespace cling {
|
||||
utils::Analyze::maybeMangleDeclName(FD, mangledNameIfNeeded);
|
||||
IncrementalExecutor::ExecutionResult ExeRes =
|
||||
m_Executor->executeWrapper(mangledNameIfNeeded, res);
|
||||
|
||||
// Force-flush as we might be printing on screen with printf.
|
||||
std::cout.flush();
|
||||
|
||||
return ConvertExecutionResult(ExeRes);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user