diff options
Diffstat (limited to 'usr.bin/aucat/file.h')
-rw-r--r-- | usr.bin/aucat/file.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/aucat/file.h b/usr.bin/aucat/file.h index dc0c825da1f..4458f6977fb 100644 --- a/usr.bin/aucat/file.h +++ b/usr.bin/aucat/file.h @@ -1,4 +1,4 @@ -/* $OpenBSD: file.h,v 1.7 2009/07/25 08:44:27 ratchov Exp $ */ +/* $OpenBSD: file.h,v 1.8 2009/07/25 10:52:19 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -21,9 +21,7 @@ #include <sys/types.h> struct file; -struct aparams; struct aproc; -struct abuf; struct pollfd; struct timo { |