diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-01-02 12:53:05 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-01-02 18:16:49 +0100 |
commit | 0ffed7d992a50bff5f3bc89447418ed485dbccb0 (patch) | |
tree | 488f4cd7744abfb3bd3c8984945aecfc4fed2255 /lib/tevent/tevent_timed.c | |
parent | 25387d89427d1cc79c80d4915ecc00100712be87 (diff) | |
download | samba-0ffed7d992a50bff5f3bc89447418ed485dbccb0.tar.gz |
tevent: use libreplace headers instead of system headers
metze
Diffstat (limited to 'lib/tevent/tevent_timed.c')
-rw-r--r-- | lib/tevent/tevent_timed.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/tevent/tevent_timed.c b/lib/tevent/tevent_timed.c index ce3fc8eb006..4ad457221e6 100644 --- a/lib/tevent/tevent_timed.c +++ b/lib/tevent/tevent_timed.c @@ -20,11 +20,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include <sys/time.h> -#include <time.h> #include "replace.h" -#include "system/filesys.h" -#include "system/select.h" +#include "system/time.h" #include "tevent.h" #include "tevent_internal.h" #include "tevent_util.h" |