Sort includes according to style guidelines:

1. Main include corresponding to .cpp file, if any.
 2. DMD and LDC includes.
 3. LLVM includes.
 4. System includes.

Also updated a few include guards to match the default format.
This commit is contained in:
David Nadlinger
2013-02-07 21:20:55 +01:00
parent 5616753768
commit 0a96aea868
80 changed files with 550 additions and 614 deletions
+3 -3
View File
@@ -11,8 +11,8 @@
//
//===----------------------------------------------------------------------===//
#ifndef LDC_GEN_RUNTIME_H_
#define LDC_GEN_RUNTIME_H_
#ifndef LDC_GEN_RUNTIME_H
#define LDC_GEN_RUNTIME_H
namespace llvm
{
@@ -40,4 +40,4 @@ llvm::GlobalVariable* LLVM_D_GetRuntimeGlobal(llvm::Module* target, const char*
#define _adCmp "_adCmp2"
#endif
#endif // LDC_GEN_RUNTIME_H_
#endif // LDC_GEN_RUNTIME_H