From df34ccb01d2f36eafd5a785cbfe4dd86ef78890a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 16 May 2012 13:57:07 +0100 Subject: remove unneeded include of boost/bind.hpp Change-Id: I5a254459a491b9547530d8e312260dceed21f25c --- basegfx/test/clipstate.cxx | 2 -- basegfx/test/genericclipper.cxx | 2 -- 2 files changed, 4 deletions(-) (limited to 'basegfx') diff --git a/basegfx/test/clipstate.cxx b/basegfx/test/clipstate.cxx index ec25438c33a8..be039a99f571 100644 --- a/basegfx/test/clipstate.cxx +++ b/basegfx/test/clipstate.cxx @@ -43,8 +43,6 @@ #include #include -#include - using namespace ::basegfx; diff --git a/basegfx/test/genericclipper.cxx b/basegfx/test/genericclipper.cxx index 496f34805d79..a8da22f3cda2 100644 --- a/basegfx/test/genericclipper.cxx +++ b/basegfx/test/genericclipper.cxx @@ -47,8 +47,6 @@ #include #include -#include - using namespace ::basegfx; -- cgit