diff options
author | Pierre Ossman <ossman@cendio.se> | 2023-01-10 19:26:48 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2023-02-04 14:03:13 +0100 |
commit | 741300728a889b4ccaec35bd57efb072018c860c (patch) | |
tree | 1531c90303a6379a89966946c7e341fafb8ec18f /common/rfb/SDesktop.h | |
parent | 77f0a61ec8f1488d6042b1370444bb2612604292 (diff) | |
download | tigervnc-741300728a889b4ccaec35bd57efb072018c860c.tar.gz tigervnc-741300728a889b4ccaec35bd57efb072018c860c.zip |
Use StringParameters directly
We don't need to make extra copies of the string in most cases, so let's
simplify the code and access the string directly when we can.
Diffstat (limited to 'common/rfb/SDesktop.h')
-rw-r--r-- | common/rfb/SDesktop.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/rfb/SDesktop.h b/common/rfb/SDesktop.h index 0a6203a2..175609fc 100644 --- a/common/rfb/SDesktop.h +++ b/common/rfb/SDesktop.h @@ -43,7 +43,6 @@ #include <rfb/InputHandler.h> #include <rfb/Exception.h> #include <rfb/screenTypes.h> -#include <rfb/util.h> namespace network { class Socket; } |