diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-03-26 10:00:15 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-03-27 09:36:49 +0100 |
commit | d684a3cad91a81480b8856a1bffc24577e986866 (patch) | |
tree | 976de2c4853042c40bcf35ab55e4d757f24ca1bc /basebmp/test | |
parent | fee08758d149b6d681952c3ac95e195da7cfa6bc (diff) |
_USE_MATH_DEFINES is already taken care of by sal/config.h
Change-Id: Ib0dab05534c34eb407f3acee3b4a3638a36bdddc
Diffstat (limited to 'basebmp/test')
-rw-r--r-- | basebmp/test/bmpdemo.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/basebmp/test/bmpdemo.cxx b/basebmp/test/bmpdemo.cxx index 1382cc57a5ba..ae24c65bd22d 100644 --- a/basebmp/test/bmpdemo.cxx +++ b/basebmp/test/bmpdemo.cxx @@ -17,9 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _USE_MATH_DEFINES -#define _USE_MATH_DEFINES // needed by Visual C++ for math constants -#endif +#include "sal/config.h" + #include <math.h> #include <comphelper/processfactory.hxx> |