diff options
author | Pierre Ossman <ossman@cendio.se> | 2014-07-07 14:13:46 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2014-07-07 14:13:46 +0200 |
commit | 5ad4d06006e96b1c7ff663ffcd5e406e06bae1c2 (patch) | |
tree | 659c6081230675758edcfb66a394fc1aa3e1bacb /common/rfb/JpegCompressor.cxx | |
parent | 890c10118c8a0db4fddb53a161f207c6ad23c130 (diff) | |
download | tigervnc-5ad4d06006e96b1c7ff663ffcd5e406e06bae1c2.tar.gz tigervnc-5ad4d06006e96b1c7ff663ffcd5e406e06bae1c2.zip |
Remove a lot of platform compatibilty stuff
It's either not used, or no longer relevant.
Diffstat (limited to 'common/rfb/JpegCompressor.cxx')
-rw-r--r-- | common/rfb/JpegCompressor.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/rfb/JpegCompressor.cxx b/common/rfb/JpegCompressor.cxx index 960bd378..c19af34e 100644 --- a/common/rfb/JpegCompressor.cxx +++ b/common/rfb/JpegCompressor.cxx @@ -23,7 +23,6 @@ #include <rfb/Rect.h> #include <rfb/PixelFormat.h> #include <rfb/ConnParams.h> -#include <os/print.h> #include <stdio.h> extern "C" { |