mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-05 09:31:03 +03: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:
parent
5616753768
commit
0a96aea868
80 changed files with 550 additions and 614 deletions
|
@ -10,7 +10,6 @@
|
|||
#include "gen/llvm.h"
|
||||
#include "gen/tollvm.h"
|
||||
#include "ir/irfunction.h"
|
||||
|
||||
#include <sstream>
|
||||
|
||||
FuncGen::FuncGen()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue