summaryrefslogtreecommitdiff
path: root/usr.bin/ctfconv/pool.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2023-04-19 12:58:17 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2023-04-19 12:58:17 +0000
commite584dd63576a6db8099d4582e43ccf5a04218eb4 (patch)
treeaf0d168dd5883473e2410df70bceb3797de66949 /usr.bin/ctfconv/pool.c
parentbe40ce669fc0c95c5b0a58e5f0e62daa230eb680 (diff)
remove duplicate includes
Diffstat (limited to 'usr.bin/ctfconv/pool.c')
-rw-r--r--usr.bin/ctfconv/pool.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ctfconv/pool.c b/usr.bin/ctfconv/pool.c
index 24129248527..d337603ea10 100644
--- a/usr.bin/ctfconv/pool.c
+++ b/usr.bin/ctfconv/pool.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pool.c,v 1.3 2017/08/29 21:10:20 deraadt Exp $ */
+/* $OpenBSD: pool.c,v 1.4 2023/04/19 12:58:15 jsg Exp $ */
/*
* Copyright (c) 2017 Martin Pieuchot
@@ -19,7 +19,6 @@
#ifndef NOPOOL
#include <sys/types.h>
-#include <sys/types.h>
#include <sys/queue.h>
#include <assert.h>