commit | 5ad4d06006e96b1c7ff663ffcd5e406e06bae1c2 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Mon Jul 07 14:13:46 2014 +0200 |
committer | Pierre Ossman <ossman@cendio.se> | Mon Jul 07 14:13:46 2014 +0200 |
tree | 659c6081230675758edcfb66a394fc1aa3e1bacb | |
parent | 890c10118c8a0db4fddb53a161f207c6ad23c130 [diff] [blame] |
Remove a lot of platform compatibilty stuff It's either not used, or no longer relevant.
diff --git a/common/rdr/ZlibOutStream.cxx b/common/rdr/ZlibOutStream.cxx index 260bd1a..9d9f8ba 100644 --- a/common/rdr/ZlibOutStream.cxx +++ b/common/rdr/ZlibOutStream.cxx
@@ -17,9 +17,10 @@ * USA. */ +#include <stdio.h> + #include <rdr/ZlibOutStream.h> #include <rdr/Exception.h> -#include <os/print.h> #include <zlib.h>