From 702e6907265035af031004f21ce09e3f62037fb4 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 26 Mar 2024 11:57:39 +0100 Subject: Fix all header file linter warnings --- src/path.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/path.cc') diff --git a/src/path.cc b/src/path.cc index 993f9a6..eaa1e04 100644 --- a/src/path.cc +++ b/src/path.cc @@ -30,8 +30,8 @@ #include #endif/*__MINGW32__*/ -#include -#include +#include +#include std::string getPath(const std::string& file) { -- cgit v1.2.3