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 /extensions | |
parent | fee08758d149b6d681952c3ac95e195da7cfa6bc (diff) |
_USE_MATH_DEFINES is already taken care of by sal/config.h
Change-Id: Ib0dab05534c34eb407f3acee3b4a3638a36bdddc
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/scanner/grid.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/scanner/grid.cxx b/extensions/source/scanner/grid.cxx index 93366b9f292d..dc017f0c3628 100644 --- a/extensions/source/scanner/grid.cxx +++ b/extensions/source/scanner/grid.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include "sal/config.h" + #include <grid.hrc> #include <cstdio> #include <math.h> // for M_LN10 and M_E -#define _USE_MATH_DEFINES #include <cmath> -#undef _USE_MATH_DEFINES #include <grid.hxx> |