diff options
Diffstat (limited to 'common/rfb/SecurityServer.cxx')
-rw-r--r-- | common/rfb/SecurityServer.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/rfb/SecurityServer.cxx b/common/rfb/SecurityServer.cxx index 3e23a89d..b5297736 100644 --- a/common/rfb/SecurityServer.cxx +++ b/common/rfb/SecurityServer.cxx @@ -21,7 +21,7 @@ #include <config.h> #endif -#include <rdr/Exception.h> +#include <rfb/Exception.h> #include <rfb/Security.h> #include <rfb/SSecurityNone.h> #include <rfb/SSecurityStack.h> @@ -35,7 +35,6 @@ #include <rfb/SSecurityRSAAES.h> #endif -using namespace rdr; using namespace rfb; StringParameter SecurityServer::secTypes |