diff options
Diffstat (limited to 'include/osl/socket.h')
-rw-r--r-- | include/osl/socket.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/osl/socket.h b/include/osl/socket.h index 00d0d4f931fe..36e6b0b35bad 100644 --- a/include/osl/socket.h +++ b/include/osl/socket.h @@ -20,11 +20,11 @@ #ifndef INCLUDED_OSL_SOCKET_H #define INCLUDED_OSL_SOCKET_H -#include <rtl/ustring.h> -#include <rtl/byteseq.h> +#include "rtl/ustring.h" +#include "rtl/byteseq.h" -#include <osl/time.h> -#include <rtl/tencinfo.h> +#include "osl/time.h" +#include "rtl/tencinfo.h" #ifdef __cplusplus extern "C" { |