xray-color-helper.h - sort includes. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 5 Jun 2021 20:31:55 +0000 (21:31 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 5 Jun 2021 20:33:23 +0000 (21:33 +0100)
llvm/tools/llvm-xray/xray-color-helper.h

index 0940fc2..3141e90 100644 (file)
@@ -13,9 +13,8 @@
 #ifndef XRAY_COLOR_HELPER_H
 #define XRAY_COLOR_HELPER_H
 
-#include <tuple>
-
 #include "llvm/ADT/ArrayRef.h"
+#include <tuple>
 
 namespace llvm {
 namespace xray {