diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-04-09 10:36:16 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-04-09 10:36:16 +0200 |
commit | 2f4d7b63df15d8cd4713e800332a3b05bb068cc4 (patch) | |
tree | 931afbcbe7609d360dceb91954e822ebe01e2986 /basegfx/test/boxclipper.cxx | |
parent | dcb2fbdae5d696a2f41ae18617c0e2c52b2e8cb3 (diff) |
Clean up function declarations
Change-Id: Id79786060f3485c9c60f5561bb9590179947b3ce
Diffstat (limited to 'basegfx/test/boxclipper.cxx')
-rw-r--r-- | basegfx/test/boxclipper.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basegfx/test/boxclipper.cxx b/basegfx/test/boxclipper.cxx index 9047b3cbddd7..57cbd3fad07d 100644 --- a/basegfx/test/boxclipper.cxx +++ b/basegfx/test/boxclipper.cxx @@ -36,9 +36,9 @@ #include <boost/bind.hpp> -using namespace ::basegfx; +#include <boxclipper.hxx> -extern double getRandomOrdinal( const ::std::size_t n ); +using namespace ::basegfx; namespace basegfx2d { |