summaryrefslogtreecommitdiff
path: root/src/tools/ocbr/ocbr_server.c
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2019-08-27 19:12:07 +0200
committerSander Vrijders <sander@ouroboros.rocks>2019-08-31 12:17:25 +0200
commit63656e5c26c108263006695c5a77ae00e5bf26b1 (patch)
tree14727d5459eba2547883cbfc1b3d043b2d2288ae /src/tools/ocbr/ocbr_server.c
parent4cb5f64cd5455f0b6a99bbfc7f6e36b1987a4007 (diff)
downloadouroboros-63656e5c26c108263006695c5a77ae00e5bf26b1.tar.gz
ouroboros-63656e5c26c108263006695c5a77ae00e5bf26b1.zip
tools: Use time_utils from tools
The ocbr tool was still using the non-public time_utils from the library instead of the version in tools. Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks> Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'src/tools/ocbr/ocbr_server.c')
-rw-r--r--src/tools/ocbr/ocbr_server.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/ocbr/ocbr_server.c b/src/tools/ocbr/ocbr_server.c
index 2fa9f142..0583f1d2 100644
--- a/src/tools/ocbr/ocbr_server.c
+++ b/src/tools/ocbr/ocbr_server.c
@@ -37,7 +37,6 @@
*/
#include <ouroboros/dev.h>
-#include <ouroboros/time_utils.h>
#include <ouroboros/fccntl.h>
#include <stdbool.h>