From 3e9c2c93214f960a3ef3a6f1533e005df588f75b Mon Sep 17 00:00:00 2001 From: Amlal Date: Tue, 26 Nov 2024 15:40:04 +0100 Subject: FIX: Use Includes.h for standard includes. Signed-off-by: Amlal --- src/JSONManifestBuilder.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/JSONManifestBuilder.cc b/src/JSONManifestBuilder.cc index ded7405..d737dcb 100644 --- a/src/JSONManifestBuilder.cc +++ b/src/JSONManifestBuilder.cc @@ -5,10 +5,6 @@ #include -#include -#include -#include - using String = std::string; using JSON = nlohmann::json; namespace FS = std::filesystem; -- cgit v1.2.3