From 08c9aa58e337095b3b235b8a1f4f10dda7c1f438 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 2 Dec 2024 12:47:29 +0900 Subject: [PATCH] Use tdeprocess.h Signed-off-by: Michele Calgaro --- src/fetch/execexternalfetcher.cpp | 2 +- src/fetch/gcstarpluginfetcher.cpp | 2 +- src/translators/griffithimporter.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/fetch/execexternalfetcher.cpp b/src/fetch/execexternalfetcher.cpp index 26f9c2d..9bf7b1c 100644 --- a/src/fetch/execexternalfetcher.cpp +++ b/src/fetch/execexternalfetcher.cpp @@ -27,7 +27,7 @@ #include #include -#include +#include #include #include diff --git a/src/fetch/gcstarpluginfetcher.cpp b/src/fetch/gcstarpluginfetcher.cpp index e5f7212..fa37de7 100644 --- a/src/fetch/gcstarpluginfetcher.cpp +++ b/src/fetch/gcstarpluginfetcher.cpp @@ -26,7 +26,7 @@ #include "../tellico_utils.h" #include -#include +#include #include #include #include diff --git a/src/translators/griffithimporter.cpp b/src/translators/griffithimporter.cpp index 64b5558..a7d5ecd 100644 --- a/src/translators/griffithimporter.cpp +++ b/src/translators/griffithimporter.cpp @@ -18,7 +18,7 @@ #include #include -#include +#include #include #include