From bba4ff6672494fab59286b50f6c645ad62a47e60 Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Mon, 30 Apr 2018 00:12:42 +0200 Subject: Fix include order with clang-tidy check llvm-include-order --- src/dir-util.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/dir-util.cpp') diff --git a/src/dir-util.cpp b/src/dir-util.cpp index 64f7ab7e7..c355a29f1 100644 --- a/src/dir-util.cpp +++ b/src/dir-util.cpp @@ -3,11 +3,11 @@ * Utility functions for filenames. */ -#include -#include +#include "dir-util.h" #include +#include #include -#include "dir-util.h" +#include std::string sp_relative_path_from_path( std::string const &path, std::string const &base) { -- cgit v1.2.3