tests -> test

All public includes are included via #include <cdio/....h> rather than
#include "....h"

(removed -I $top_srcdir/include/cdio)
This commit is contained in:
rocky
2003-04-22 12:09:08 +00:00
parent 03e4850106
commit adfb8564c9
51 changed files with 100 additions and 106 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: ds.h,v 1.2 2003/04/03 12:16:27 rocky Exp $
$Id: ds.h,v 1.3 2003/04/22 12:09:09 rocky Exp $
Copyright (C) 2000 Herbert Valerio Riedel <hvr@gnu.org>
@@ -21,7 +21,7 @@
#ifndef __CDIO_DS_H__
#define __CDIO_DS_H__
#include "types.h"
#include <cdio/types.h>
/* opaque... */
typedef struct _CdioList CdioList;