]> source.dussan.org Git - tigervnc.git/commit
Remove unused rfb/util.h includes
authorPierre Ossman <ossman@cendio.se>
Fri, 27 Jan 2023 09:52:53 +0000 (10:52 +0100)
committerPierre Ossman <ossman@cendio.se>
Sat, 4 Feb 2023 13:03:13 +0000 (14:03 +0100)
commit5db843ead6cbf683c2888da377d5d0e0d0d30833
tree4b2403fa80e9a1d9a44cc12ba444957eee301994
parentfd243a8d3ae8e776fb2af1136feee7f8c083d2da
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.
29 files changed:
common/rfb/CMsgHandler.cxx
common/rfb/CMsgReader.cxx
common/rfb/CSecurityRSAAES.cxx
common/rfb/CSecurityTLS.cxx
common/rfb/CSecurityVncAuth.cxx
common/rfb/ComparingUpdateTracker.cxx
common/rfb/DecodeManager.cxx
common/rfb/EncodeManager.cxx
common/rfb/InputHandler.h
common/rfb/Logger.cxx
common/rfb/Logger_syslog.cxx
common/rfb/PixelBuffer.h
common/rfb/PixelFormat.cxx
common/rfb/SConnection.cxx
common/rfb/SMsgHandler.cxx
common/rfb/SMsgReader.cxx
common/rfb/SSecurityPlain.cxx
common/rfb/ServerCore.cxx
common/rfb/ServerCore.h
common/rfb/VNCSConnectionST.cxx
common/rfb/encodings.cxx
vncviewer/DesktopWindow.cxx
vncviewer/Viewport.cxx
win/rfb_win32/AboutDialog.h
win/rfb_win32/SDisplayCorePolling.cxx
win/vncconfig/Connections.h
win/vncconfig/Legacy.cxx
win/winvnc/VNCServerService.cxx
win/winvnc/winvnc.cxx