[llvm] 6ff62d7 - xray-color-helper.h - sort includes. NFCI.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 5 13:33:57 PDT 2021
Author: Simon Pilgrim
Date: 2021-06-05T21:33:23+01:00
New Revision: 6ff62d7e175607ecce821eccdadaec66b6ab8ccb
URL: https://github.com/llvm/llvm-project/commit/6ff62d7e175607ecce821eccdadaec66b6ab8ccb
DIFF: https://github.com/llvm/llvm-project/commit/6ff62d7e175607ecce821eccdadaec66b6ab8ccb.diff
LOG: xray-color-helper.h - sort includes. NFCI.
Added:
Modified:
llvm/tools/llvm-xray/xray-color-helper.h
Removed:
################################################################################
diff --git a/llvm/tools/llvm-xray/xray-color-helper.h b/llvm/tools/llvm-xray/xray-color-helper.h
index 0940fc2113433..3141e90cc893c 100644
--- a/llvm/tools/llvm-xray/xray-color-helper.h
+++ b/llvm/tools/llvm-xray/xray-color-helper.h
@@ -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 {
More information about the llvm-commits
mailing list