From 75586e6a864c2870e7b5a9f562f23d0a3ba5d86b Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Wed, 3 Dec 2008 15:03:08 +0000 Subject: [PATCH] [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 --- common/rdr/Exception.cxx | 5 ++--- 1 file 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 #endif -#include -#include -#include #include +#include + using namespace rdr; Exception::Exception(const char *format, ...) { -- 2.39.5