aboutsummaryrefslogtreecommitdiffstats
path: root/src/pipeutils.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-03-05 19:26:58 +0100
committerMattias Andrée <m@maandree.se>2025-03-05 19:26:58 +0100
commitb42c9662303d1a33ebe038d1895c08945cdbd40f (patch)
treec05b169b1d28e8d42b111290f9181d2cbad1138b /src/pipeutils.c
parentMerge redshift.h into common.h (diff)
downloadredshift-ng-b42c9662303d1a33ebe038d1895c08945cdbd40f.tar.gz
redshift-ng-b42c9662303d1a33ebe038d1895c08945cdbd40f.tar.bz2
redshift-ng-b42c9662303d1a33ebe038d1895c08945cdbd40f.tar.xz
Cleanup and style update (avoid typedef)
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/pipeutils.c')
-rw-r--r--src/pipeutils.c5
1 files changed, 1 insertions, 4 deletions
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 <jonlst@gmail.com>
*/
-
-#include <stdio.h>
-#include <unistd.h>
-#include <fcntl.h>
+#include "common.h"
#ifndef _WIN32