diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-05 19:26:58 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-05 19:26:58 +0100 |
commit | b42c9662303d1a33ebe038d1895c08945cdbd40f (patch) | |
tree | c05b169b1d28e8d42b111290f9181d2cbad1138b /src/pipeutils.c | |
parent | Merge redshift.h into common.h (diff) | |
download | redshift-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.c | 5 |
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 |