summaryrefslogtreecommitdiff
path: root/src/stream.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream.cc')
-rw-r--r--src/stream.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/stream.cc b/src/stream.cc
index 94282d2d..403e579e 100644
--- a/src/stream.cc
+++ b/src/stream.cc
@@ -31,12 +31,6 @@
#include "utils.h"
-#ifdef HAVE_UNIX_PIPES
-#include <sys/types.h>
-#include <sys/wait.h>
-#include "fdstream.h"
-#endif
-
namespace ledger {
namespace {