diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-15 13:28:41 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-15 13:28:41 +0300 |
commit | d3623809eccd1643c4b1c167e21c00da952ee585 (patch) | |
tree | e781cd75124f4f6d6a3148d86777089880275db8 /starmath | |
parent | 72c29b961d3d24f3fca657e003e0bfda4700d3c8 (diff) |
Drop unneeded <windows.h> which actually causes a compilation error
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/qa/cppunit/test_starmath.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/starmath/qa/cppunit/test_starmath.cxx b/starmath/qa/cppunit/test_starmath.cxx index f502089b1f..cc013bfa65 100644 --- a/starmath/qa/cppunit/test_starmath.cxx +++ b/starmath/qa/cppunit/test_starmath.cxx @@ -28,10 +28,6 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_starmath.hxx" -#ifdef WNT -#include <windows.h> -#endif - #include <sal/config.h> #include <sal/cppunit.h> |