From abd1f39a6f9a9aba28465a6513e1ad01d40b4a9f Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sat, 9 May 2020 18:33:21 -0700 Subject: [PATCH] [clang-tidy] reorder includes alphabetically Found with llvm-include-order Signed-off-by: Rosen Penev --- include/cxxopts.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cxxopts.hpp b/include/cxxopts.hpp index 088c7a5..3dd5f52 100644 --- a/include/cxxopts.hpp +++ b/include/cxxopts.hpp @@ -25,8 +25,8 @@ THE SOFTWARE. #ifndef CXXOPTS_HPP_INCLUDED #define CXXOPTS_HPP_INCLUDED -#include #include +#include #include #include #include