diff options
author | Adam Tkac <atkac@redhat.com> | 2010-04-23 13:58:10 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2010-04-23 13:58:10 +0000 |
commit | 5a0caed91c3879413b23d6906341856d1cc31dc1 (patch) | |
tree | acb2c9d01bcc7af73c2c85d843cd4ec97d414f5f /common/rfb/SConnection.cxx | |
parent | c58b3d11f7df6724475d76569469ee2e30b3ccae (diff) | |
download | tigervnc-5a0caed91c3879413b23d6906341856d1cc31dc1.tar.gz tigervnc-5a0caed91c3879413b23d6906341856d1cc31dc1.zip |
[Development] Rename common/rfb/secTypes.{h,cxx} to common/rfb/Security.{h,cxx}.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4033 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/SConnection.cxx')
-rw-r--r-- | common/rfb/SConnection.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/SConnection.cxx b/common/rfb/SConnection.cxx index 30def29e..83e1599c 100644 --- a/common/rfb/SConnection.cxx +++ b/common/rfb/SConnection.cxx @@ -18,7 +18,7 @@ #include <stdio.h> #include <string.h> #include <rfb/Exception.h> -#include <rfb/secTypes.h> +#include <rfb/Security.h> #include <rfb/msgTypes.h> #include <rfb/CapsList.h> #include <rfb/SMsgReaderV3.h> |