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 /win/winvnc/VNCServerService.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 'win/winvnc/VNCServerService.cxx')
-rw-r--r-- | win/winvnc/VNCServerService.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/winvnc/VNCServerService.cxx b/win/winvnc/VNCServerService.cxx index 4754d720..09a0707b 100644 --- a/win/winvnc/VNCServerService.cxx +++ b/win/winvnc/VNCServerService.cxx @@ -24,6 +24,7 @@ #include <winvnc/VNCServerService.h> #include <rfb/LogWriter.h> +#include <rfb/util.h> #include <rfb_win32/TsSessions.h> #include <rfb_win32/ModuleFileName.h> #include <windows.h> |