1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Fix include sorting order. NFC

This commit is contained in:
Simon Pilgrim 2020-08-06 11:46:53 +01:00
parent 57a7b288f9
commit e07ee0759f

View File

@ -13,8 +13,8 @@
#include "llvm/DebugInfo/CodeView/CodeView.h"
#include "llvm/DebugInfo/PDB/PDBTypes.h"
#include "llvm/Support/raw_ostream.h"
#include <unordered_map>
#include <cstdint>
#include <unordered_map>
namespace llvm {