From d8b8fd9cd1d18fab65570c46c68ad9d04d36f1b9 Mon Sep 17 00:00:00 2001 From: Rich J Wareham Date: Thu, 8 Aug 2002 21:55:54 +0000 Subject: Changed loads of #include to #include <...> CVS patchset: 2405 CVS date: 2002/08/08 21:55:54 --- src/input/libdvdnav/decoder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/input/libdvdnav/decoder.h') diff --git a/src/input/libdvdnav/decoder.h b/src/input/libdvdnav/decoder.h index e977ac90f..17e2a9199 100644 --- a/src/input/libdvdnav/decoder.h +++ b/src/input/libdvdnav/decoder.h @@ -18,7 +18,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: decoder.h,v 1.1 2002/08/08 17:49:21 richwareham Exp $ + * $Id: decoder.h,v 1.2 2002/08/08 21:55:54 richwareham Exp $ * */ @@ -28,7 +28,7 @@ #include #include -#include /* vm_cmd_t */ +#include /* vm_cmd_t */ /* Uncomment for tracing */ /* #define TRACE */ -- cgit v1.2.3