[clang-tidy] reorder includes alphabetically
Found with llvm-include-order Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
c368d5e98b
commit
abd1f39a6f
@ -25,8 +25,8 @@ THE SOFTWARE.
|
||||
#ifndef CXXOPTS_HPP_INCLUDED
|
||||
#define CXXOPTS_HPP_INCLUDED
|
||||
|
||||
#include <cstring>
|
||||
#include <cctype>
|
||||
#include <cstring>
|
||||
#include <exception>
|
||||
#include <iostream>
|
||||
#include <limits>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user