From b42c9662303d1a33ebe038d1895c08945cdbd40f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 5 Mar 2025 19:26:58 +0100 Subject: Cleanup and style update (avoid typedef) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/pipeutils.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/pipeutils.c') diff --git a/src/pipeutils.c b/src/pipeutils.c index 75302cb..200fb6d 100644 --- a/src/pipeutils.c +++ b/src/pipeutils.c @@ -16,10 +16,7 @@ Copyright (c) 2017 Jon Lund Steffensen */ - -#include -#include -#include +#include "common.h" #ifndef _WIN32 -- cgit v1.2.3-70-g09d2