From 5c6479b287f1705f83156d3913e4830810f69a8f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 2 Dec 2024 13:07:56 +0900 Subject: Use tdeprocess.h Signed-off-by: Michele Calgaro --- tdeioslave/audiocd/plugins/lame/collectingprocess.h | 2 +- tdeioslave/audiocd/plugins/lame/encoderlame.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tdeioslave') diff --git a/tdeioslave/audiocd/plugins/lame/collectingprocess.h b/tdeioslave/audiocd/plugins/lame/collectingprocess.h index 963a59d3..d23e43ab 100644 --- a/tdeioslave/audiocd/plugins/lame/collectingprocess.h +++ b/tdeioslave/audiocd/plugins/lame/collectingprocess.h @@ -33,7 +33,7 @@ #ifndef __COLLECTINGPROCESS_H__ #define __COLLECTINGPROCESS_H__ -#include +#include /** * @short An output collecting TDEProcess class. diff --git a/tdeioslave/audiocd/plugins/lame/encoderlame.cpp b/tdeioslave/audiocd/plugins/lame/encoderlame.cpp index 76a19122..8f5888be 100644 --- a/tdeioslave/audiocd/plugins/lame/encoderlame.cpp +++ b/tdeioslave/audiocd/plugins/lame/encoderlame.cpp @@ -24,7 +24,7 @@ #include #include -#include +#include #include #include -- cgit v1.2.1