diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2009-07-25 10:52:20 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2009-07-25 10:52:20 +0000 |
commit | d30aff0c8eee838d92d6ae854abd3a550e63f3bc (patch) | |
tree | 2c5987554d0158979e4b0904292bf691fc8e7628 /usr.bin/aucat/wav.h | |
parent | 79aea50c7469da79466afbe39dd054c7f3fde0ae (diff) |
fix comments, remove no longer needed declaration, reorder includes
from Thomas Pfaff
Diffstat (limited to 'usr.bin/aucat/wav.h')
-rw-r--r-- | usr.bin/aucat/wav.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/aucat/wav.h b/usr.bin/aucat/wav.h index f7581ebe846..b3fef15a0f8 100644 --- a/usr.bin/aucat/wav.h +++ b/usr.bin/aucat/wav.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wav.h,v 1.3 2009/04/22 10:57:33 ratchov Exp $ */ +/* $OpenBSD: wav.h,v 1.4 2009/07/25 10:52:19 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -19,8 +19,8 @@ #include <sys/types.h> -#include "pipe.h" #include "aparams.h" +#include "pipe.h" struct wav { struct pipe pipe; |