aboutsummaryrefslogtreecommitdiffstats
path: root/win/vncviewer
diff options
context:
space:
mode:
authorPeter Åstrand <astrand@cendio.se>2010-02-10 07:53:24 +0000
committerPeter Åstrand <astrand@cendio.se>2010-02-10 07:53:24 +0000
commit309fc681c63b2e397fb800813e18d90667af32ac (patch)
tree2fda7c6b29302f6b7583e92534cfa4e6989b73fd /win/vncviewer
parent98fe98c68939fee9bdf492e813a50f239674b733 (diff)
downloadtigervnc-309fc681c63b2e397fb800813e18d90667af32ac.tar.gz
tigervnc-309fc681c63b2e397fb800813e18d90667af32ac.zip
Eliminate warning about unused rfb::getHostAndPort, by not including Hostname.h.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3969 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'win/vncviewer')
-rw-r--r--win/vncviewer/CConnThread.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/win/vncviewer/CConnThread.cxx b/win/vncviewer/CConnThread.cxx
index 0767ffcd..ea3a20a4 100644
--- a/win/vncviewer/CConnThread.cxx
+++ b/win/vncviewer/CConnThread.cxx
@@ -24,7 +24,6 @@
#include <stdlib.h>
#include <rfb/LogWriter.h>
-#include <rfb/Hostname.h>
#include <rfb_win32/MsgBox.h>
#include <network/TcpSocket.h>
#include <vncviewer/CConnThread.h>