mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-01 17:49:03 +02:00
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:
@@ -9,11 +9,11 @@
|
||||
|
||||
#include "pragma.h"
|
||||
#include "attrib.h"
|
||||
#include "id.h"
|
||||
#include "expression.h"
|
||||
#include "scope.h"
|
||||
#include "module.h"
|
||||
#include "declaration.h"
|
||||
#include "expression.h"
|
||||
#include "id.h"
|
||||
#include "module.h"
|
||||
#include "scope.h"
|
||||
#include "template.h"
|
||||
#include "llvm/Support/CommandLine.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user