diff options
author | Adam Tkac <atkac@redhat.com> | 2008-12-03 15:03:08 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2008-12-03 15:03:08 +0000 |
commit | 75586e6a864c2870e7b5a9f562f23d0a3ba5d86b (patch) | |
tree | cf618109038043c581399260a37734d351a334b5 | |
parent | 7269eae39fc41681ef4545b2df0070f58cdc468c (diff) | |
download | tigervnc-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
-rw-r--r-- | common/rdr/Exception.cxx | 5 |
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, ...) { |