summaryrefslogtreecommitdiff
path: root/sal/qa/osl/socket/osl_DatagramSocket.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/qa/osl/socket/osl_DatagramSocket.cxx')
-rw-r--r--sal/qa/osl/socket/osl_DatagramSocket.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sal/qa/osl/socket/osl_DatagramSocket.cxx b/sal/qa/osl/socket/osl_DatagramSocket.cxx
index b5979ebbd57e..ba0baa7ec860 100644
--- a/sal/qa/osl/socket/osl_DatagramSocket.cxx
+++ b/sal/qa/osl/socket/osl_DatagramSocket.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-#include "sal/config.h"
-#include "sal/precppunit.hxx"
-
/** test coder preface:
1. the BSD socket function will meet "unresolved external symbol error" on Windows platform
if you are not including ws2_32.lib in makefile.mk, the including format will be like this:
@@ -55,6 +52,7 @@
inline sal_Bool SAL_CALL operator== (const SocketAddr & Addr) const;
*/
+#include <sal/types.h>
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>
#include <cppunit/plugin/TestPlugIn.h>