We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0fc005d + 2cc25ba commit a5b2423Copy full SHA for a5b2423
lib/Localization/LocalizationFormat.cpp
@@ -14,14 +14,16 @@
14
//
15
//===----------------------------------------------------------------------===//
16
17
-#include "swift/Basic/Range.h"
18
#include "swift/Localization/LocalizationFormat.h"
+#include "swift/Basic/Range.h"
19
#include "llvm/ADT/Optional.h"
20
#include "llvm/ADT/SmallString.h"
21
#include "llvm/ADT/StringRef.h"
22
#include "llvm/Bitstream/BitstreamReader.h"
23
#include "llvm/Support/CommandLine.h"
24
+#include "llvm/Support/FileSystem.h"
25
#include "llvm/Support/MemoryBuffer.h"
26
+#include "llvm/Support/Path.h"
27
#include "llvm/Support/YAMLParser.h"
28
#include "llvm/Support/YAMLTraits.h"
29
#include <cstdint>
0 commit comments