about summary refs log tree commit diff
path: root/bounce.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-08-01 00:10:58 -0400
committerJune McEnroe <june@causal.agency>2020-08-01 00:10:58 -0400
commitcbbee0458299355ccae4d9c1510cd85353b5c0cd (patch)
treea1a577b597612eb1f26aa6469eb84b6b04648822 /bounce.h
parentDefine explicit_bzero using memset_s on macOS (diff)
downloadpounce-cbbee0458299355ccae4d9c1510cd85353b5c0cd.tar.gz
pounce-cbbee0458299355ccae4d9c1510cd85353b5c0cd.zip
Remove compat.h
Diffstat (limited to 'bounce.h')
-rw-r--r--bounce.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/bounce.h b/bounce.h
index 21a1d4e..e4a65c7 100644
--- a/bounce.h
+++ b/bounce.h
@@ -32,8 +32,6 @@
 #include <sys/time.h>
 #include <tls.h>
 
-#include "compat.h"
-
 #ifndef CERTBOT_PATH
 #define CERTBOT_PATH "/etc/letsencrypt"
 #endif