summaryrefslogtreecommitdiff
path: root/lib/util/time_basic.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2016-01-04 01:07:27 +0000
committerJelmer Vernooij <jelmer@samba.org>2016-01-13 04:43:23 +0100
commit1860e98d31fc85f02e57cb9d035d664321f90db3 (patch)
tree2d731160b0cfdaa2de6a93d22dc72ad29e4cfb1f /lib/util/time_basic.h
parent620d5cbe1705fa5787b865ea469ac0688ab0cfeb (diff)
downloadsamba-1860e98d31fc85f02e57cb9d035d664321f90db3.tar.gz
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>
Diffstat (limited to 'lib/util/time_basic.h')
-rw-r--r--lib/util/time_basic.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/util/time_basic.h b/lib/util/time_basic.h
index d4853997978..e04cf1c79c5 100644
--- a/lib/util/time_basic.h
+++ b/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