Commit d917d131 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Merge pull request #174 from dagar/master

fix header ordering in codegen/entry.cpp
parents 93767657 f7045bc9
......@@ -27,8 +27,8 @@
#include "llvm/IR/Module.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/DynamicLibrary.h"
#include "llvm/Support/Host.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Host.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/TargetSelect.h"
#include "llvm/Transforms/Scalar.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment