Skip to content

Commit 3c9f178

Browse files
committed
[gardening] Sort headers. NFC.
1 parent 9f1ada3 commit 3c9f178

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/IRGen/GenEnum.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,14 @@
113113
#include "llvm/Analysis/CFG.h"
114114
#include "clang/CodeGen/SwiftCallingConv.h"
115115

116-
#include "IRGenModule.h"
117-
#include "LoadableTypeInfo.h"
118-
#include "NonFixedTypeInfo.h"
119-
#include "ResilientTypeInfo.h"
120116
#include "GenMeta.h"
121117
#include "GenProto.h"
122118
#include "GenType.h"
123119
#include "IRGenDebugInfo.h"
120+
#include "IRGenModule.h"
121+
#include "LoadableTypeInfo.h"
122+
#include "NonFixedTypeInfo.h"
123+
#include "ResilientTypeInfo.h"
124124
#include "ScalarTypeInfo.h"
125125
#include "StructLayout.h"
126126

0 commit comments

Comments
 (0)