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/DecodeManager.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/DecodeManager.cxx')
-rw-r--r-- | common/rfb/DecodeManager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/DecodeManager.cxx b/common/rfb/DecodeManager.cxx index b6dd81f4..e39a3943 100644 --- a/common/rfb/DecodeManager.cxx +++ b/common/rfb/DecodeManager.cxx @@ -28,8 +28,8 @@ #include <rfb/Decoder.h> #include <rfb/Exception.h> #include <rfb/Region.h> - #include <rfb/LogWriter.h> +#include <rfb/util.h> #include <rdr/Exception.h> #include <rdr/MemOutStream.h> |