summaryrefslogtreecommitdiff
path: root/src/lib/tls/buffers_tls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/tls/buffers_tls.c')
-rw-r--r--src/lib/tls/buffers_tls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/tls/buffers_tls.c b/src/lib/tls/buffers_tls.c
index ac78b6501b..0f9dd7a4d2 100644
--- a/src/lib/tls/buffers_tls.c
+++ b/src/lib/tls/buffers_tls.c
@@ -9,11 +9,11 @@
#include <stddef.h>
#include "common/buffers.h"
#include "lib/tls/buffers_tls.h"
-#include "common/compat.h"
-#include "common/util.h"
#include "lib/cc/torint.h"
#include "lib/log/torlog.h"
+#include "lib/log/util_bug.h"
#include "lib/tls/tortls.h"
+
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif