diff options
author | Pierre Ossman <ossman@cendio.se> | 2023-01-27 10:52:53 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2023-02-04 14:03:13 +0100 |
commit | 5db843ead6cbf683c2888da377d5d0e0d0d30833 (patch) | |
tree | 4b2403fa80e9a1d9a44cc12ba444957eee301994 /common/rfb/PixelFormat.cxx | |
parent | fd243a8d3ae8e776fb2af1136feee7f8c083d2da (diff) | |
download | tigervnc-5db843ead6cbf683c2888da377d5d0e0d0d30833.tar.gz tigervnc-5db843ead6cbf683c2888da377d5d0e0d0d30833.zip |
Remove unused rfb/util.h includes
These files don't use anything from this header, so remove the include.
This exposes some missing includes in other places, though. So add an
explicit include in the files that were relying on an indirect
inclusion.
Diffstat (limited to 'common/rfb/PixelFormat.cxx')
-rw-r--r-- | common/rfb/PixelFormat.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/rfb/PixelFormat.cxx b/common/rfb/PixelFormat.cxx index 938ffb5b..b3ea8182 100644 --- a/common/rfb/PixelFormat.cxx +++ b/common/rfb/PixelFormat.cxx @@ -30,7 +30,6 @@ #include <rdr/OutStream.h> #include <rfb/Exception.h> #include <rfb/PixelFormat.h> -#include <rfb/util.h> #ifdef _WIN32 #define strcasecmp _stricmp |