Attributes.cpp - fix include sorting order. NFC.

This commit is contained in:
Simon Pilgrim 2020-06-25 12:48:36 +01:00
parent c941b643e6
commit 1020a661e5
1 changed files with 1 additions and 1 deletions

View File

@ -22,8 +22,8 @@
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/Twine.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/ADT/Twine.h"
#include "llvm/Config/llvm-config.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/LLVMContext.h"