1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

time_basic.h: Remove unnecessary dependency on replace.h

Forward declare struct timeval

Signed-off-by: Jelmer Vernooij <jelmer@jelmer.uk>
Reviewed-By: Andrew Bartlett <abartlet@samba.org>
Reviewed-By: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Jelmer Vernooij 2016-01-04 01:07:27 +00:00 committed by Jelmer Vernooij
parent 620d5cbe17
commit 1860e98d31
2 changed files with 2 additions and 2 deletions

View File

@ -22,6 +22,7 @@
*/
#include "replace.h"
#include "system/time.h"
#include "lib/util/time_basic.h"
/**

View File

@ -24,8 +24,7 @@
#ifndef _SAMBA_TIME_BASIC_H_
#define _SAMBA_TIME_BASIC_H_
#include "replace.h"
#include "system/time.h"
struct timeval;
/**
a gettimeofday wrapper