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:
parent
620d5cbe17
commit
1860e98d31
@ -22,6 +22,7 @@
|
||||
*/
|
||||
|
||||
#include "replace.h"
|
||||
#include "system/time.h"
|
||||
#include "lib/util/time_basic.h"
|
||||
|
||||
/**
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user