mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
tevent: remove dependency to SOCKET_WRAPPER via "system/network.h"
metze
This commit is contained in:
parent
5fa0d3d568
commit
2c8a10fe88
@ -17,7 +17,6 @@ fi
|
||||
|
||||
TEVENT_OBJ="tevent.o tevent_fd.o tevent_timed.o tevent_signal.o tevent_debug.o tevent_util.o"
|
||||
TEVENT_OBJ="$TEVENT_OBJ tevent_standard.o tevent_select.o"
|
||||
AC_LIBREPLACE_NETWORK_CHECKS
|
||||
|
||||
SMB_ENABLE(TEVENT_EPOLL, NO)
|
||||
SMB_ENABLE(TEVENT_AIO, NO)
|
||||
|
@ -32,7 +32,6 @@
|
||||
|
||||
#include "replace.h"
|
||||
#include "system/filesys.h"
|
||||
#include "system/network.h"
|
||||
#include "system/select.h"
|
||||
#include "tevent.h"
|
||||
#include "tevent_internal.h"
|
||||
|
@ -22,7 +22,6 @@
|
||||
|
||||
#include "replace.h"
|
||||
#include "system/filesys.h"
|
||||
#include "system/network.h"
|
||||
#include "system/select.h"
|
||||
#include "tevent.h"
|
||||
#include "tevent_internal.h"
|
||||
|
@ -29,7 +29,6 @@
|
||||
|
||||
#include "replace.h"
|
||||
#include "system/filesys.h"
|
||||
#include "system/network.h"
|
||||
#include "system/select.h"
|
||||
#include "tevent.h"
|
||||
#include "tevent_util.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user