diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-08 19:05:06 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-08 19:05:06 -0400 |
commit | e0035021931f2b645c9d107c1be6636d3b6aa544 (patch) | |
tree | a8a3cd709e29b3133f531f16dbe208f2a19cc347 /src/stream.cc | |
parent | 769b4ba1d0a913b23d5bb8084c0f63cbfad4625a (diff) | |
download | fork-ledger-e0035021931f2b645c9d107c1be6636d3b6aa544.tar.gz fork-ledger-e0035021931f2b645c9d107c1be6636d3b6aa544.tar.bz2 fork-ledger-e0035021931f2b645c9d107c1be6636d3b6aa544.zip |
Moved several #includes to facilitate the use of pre-compiled headers.
Diffstat (limited to 'src/stream.cc')
-rw-r--r-- | src/stream.cc | 6 |
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 { |