From 2256393a01919b40014b0f4b50575eb722b67c5a Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sun, 7 Jan 2024 12:37:59 +0200 Subject: (util) Quotes instead of angled brackets when including util.h --- src/util.c | 2 +- src/util.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/util.c b/src/util.c index 822a4d2..e82647a 100644 --- a/src/util.c +++ b/src/util.c @@ -1,4 +1,4 @@ -#include +#include "util.h" #include #include diff --git a/src/util.h b/src/util.h index b2836eb..bb15522 100644 --- a/src/util.h +++ b/src/util.h @@ -2,9 +2,9 @@ #define H_UTIL #include -#include #include #include +#include "sds/sds.h" /* Networking */ uint16_t atop(const char *port); -- cgit v1.2.3