Move lower-level cdrom_drive_t from paranoia.h into cdda.h

This may cause some incompatibilty in applications that did
#include <cdio/cdda.h> without #include <cdio/paranoia.h>

As of now it's okay to just #include <cdio/paranoia.h> or include both,
but #includ'ing only <cdio/cdda.h> will be a problem.
This commit is contained in:
rocky
2005-09-21 01:41:31 +00:00
parent 2a03988a3a
commit 2afad8d866
5 changed files with 16 additions and 17 deletions

View File

@@ -24,7 +24,7 @@
# include "config.h"
#endif
#include <cdio/cdda.h>
#include <cdio/paranoia.h>
#include <cdio/cd_types.h>
#include <stdio.h>