* Move include files from middle of file to the top where they belong, moving
authorMisha Brukman <brukman+llvm@gmail.com>
Wed, 10 Sep 2003 20:52:05 +0000 (20:52 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Wed, 10 Sep 2003 20:52:05 +0000 (20:52 +0000)
commit36d10ef7e7c7267a9289c6f5904fcf85640926f4
treef64e14ebc9e702a7256a2db058fba7e1d60dbb06
parent545a76ced84bc327d4c5c32415a98eeb5b1159c2
* Move include files from middle of file to the top where they belong, moving
  the #define up there too
* Since we're including system headers, use the ones in include/llvm/Config
* While we're here, use the canonical LLVM header ordering algorithm

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8463 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/JIT/JITEmitter.cpp