From: Adam Tkac Date: Wed, 3 Dec 2008 15:03:08 +0000 (+0000) Subject: [Cleanup] Removed unneeded #includes from rdr/Exception.cxx X-Git-Tag: v0.0.90~344 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=75586e6a864c2870e7b5a9f562f23d0a3ba5d86b;p=tigervnc.git [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 --- 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 #endif -#include -#include -#include #include +#include + using namespace rdr; Exception::Exception(const char *format, ...) {