Revert previous. The added includes were already there. Duh.
authortb <tb@openbsd.org>
Sat, 16 Jul 2022 07:46:08 +0000 (07:46 +0000)
committertb <tb@openbsd.org>
Sat, 16 Jul 2022 07:46:08 +0000 (07:46 +0000)
regress/lib/libtls/tls/tlstest.c

index b856e9d..fb6649e 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: tlstest.c,v 1.14 2022/06/22 10:01:17 tb Exp $ */
+/* $OpenBSD: tlstest.c,v 1.15 2022/07/16 07:46:08 tb Exp $ */
 /*
  * Copyright (c) 2017 Joel Sing <jsing@openbsd.org>
  *
@@ -17,9 +17,6 @@
 
 #include <sys/socket.h>
 
-#include <fcntl.h>
-#include <unistd.h>
-
 #include <err.h>
 #include <fcntl.h>
 #include <stdio.h>