summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2008-12-03 15:03:08 +0000
committerAdam Tkac <atkac@redhat.com>2008-12-03 15:03:08 +0000
commit75586e6a864c2870e7b5a9f562f23d0a3ba5d86b (patch)
treecf618109038043c581399260a37734d351a334b5 /common
parent7269eae39fc41681ef4545b2df0070f58cdc468c (diff)
downloadtigervnc-75586e6a864c2870e7b5a9f562f23d0a3ba5d86b.tar.gz
tigervnc-75586e6a864c2870e7b5a9f562f23d0a3ba5d86b.zip
[Cleanup] Removed unneeded #includes from rdr/Exception.cxx
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3292 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common')
-rw-r--r--common/rdr/Exception.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/common/rdr/Exception.cxx b/common/rdr/Exception.cxx
index a0a08f0c..72a03e11 100644
--- a/common/rdr/Exception.cxx
+++ b/common/rdr/Exception.cxx
@@ -22,11 +22,10 @@
#include <windows.h>
#endif
-#include <string.h>
-#include <stdarg.h>
-#include <stdio.h>
#include <os/print.h>
+#include <string.h>
+
using namespace rdr;
Exception::Exception(const char *format, ...) {