diff --git a/src/libs/clangsupport/filepath.h b/src/libs/clangsupport/filepath.h index b016b7de4fa..bf6ed843014 100644 --- a/src/libs/clangsupport/filepath.h +++ b/src/libs/clangsupport/filepath.h @@ -28,7 +28,6 @@ #include "clangsupport_global.h" #include "filepathview.h" -#include "nativefilepath.h" #include #include diff --git a/src/libs/clangsupport/nativefilepath.h b/src/libs/clangsupport/nativefilepath.h index 62234dd6fd4..e94163fc871 100644 --- a/src/libs/clangsupport/nativefilepath.h +++ b/src/libs/clangsupport/nativefilepath.h @@ -26,7 +26,6 @@ #pragma once #include "filepathview.h" -#include "filepath.h" #include #include diff --git a/tests/unit/unittest/filesystem-utilities.h b/tests/unit/unittest/filesystem-utilities.h index 7238cfab75e..bb6c007d641 100644 --- a/tests/unit/unittest/filesystem-utilities.h +++ b/tests/unit/unittest/filesystem-utilities.h @@ -27,6 +27,7 @@ #include +#include #include #include