diff options
| author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-08-10 13:59:43 +0000 |
|---|---|---|
| committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-08-10 13:59:43 +0000 |
| commit | 45adf93fbc546682cdf00fcfee6cbce8504975b9 (patch) | |
| tree | 8ec283345b1db4f3831e149b93d7b18b3b739384 /src/input/libdvdread/ifo_print.h | |
| parent | 2b70800472ab8f7af6441fe4b60910ab7cca6447 (diff) | |
| download | xine-lib-45adf93fbc546682cdf00fcfee6cbce8504975b9.tar.gz xine-lib-45adf93fbc546682cdf00fcfee6cbce8504975b9.tar.bz2 | |
change some more includes to local ones
CVS patchset: 2424
CVS date: 2002/08/10 13:59:43
Diffstat (limited to 'src/input/libdvdread/ifo_print.h')
| -rw-r--r-- | src/input/libdvdread/ifo_print.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/libdvdread/ifo_print.h b/src/input/libdvdread/ifo_print.h index a5489bd53..bf0bed366 100644 --- a/src/input/libdvdread/ifo_print.h +++ b/src/input/libdvdread/ifo_print.h @@ -20,8 +20,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include <ifo_types.h> -#include <dvd_reader.h> +#include "ifo_types.h" +#include "dvd_reader.h" #ifdef __cplusplus extern "C" { |
