Update header includes.

This commit is contained in:
Vreixo Formoso Lopes 2007-09-21 15:15:38 +00:00
parent f52ae56296
commit c15f26645f
3 changed files with 6 additions and 7 deletions

View File

@ -7,9 +7,9 @@
#include <assert.h>
#include <stdlib.h>
#include <libburn.h>
#include <libisofs.h>
#include "isoburn.h"
#include "../libisofs/libisofs.h"
#include "../libburn/libburn.h"
struct disc_data_src {
struct burn_drive *d;

View File

@ -19,8 +19,8 @@
#include <errno.h>
#include <unistd.h>
#include "../libisofs/libisofs.h"
#include "../libburn/libburn.h"
#include <libburn.h>
#include <libisofs.h>
#include "isoburn.h"

View File

@ -13,8 +13,8 @@
#include <string.h>
#include <assert.h>
#include "../libisofs/libisofs.h"
#include "../libburn/libburn.h"
#include <libburn.h>
#include <libisofs.h>
#include "isoburn.h"
/* Vreixo:
@ -161,7 +161,6 @@ int isoburn_new_rwopts(struct isoburn *o)
{
struct ecma119_source_opts *wopts;
/* >>> code <<< */
/* create and initialize target_ropts read options */
o->target_ropts = calloc(1, sizeof(struct ecma119_read_opts));
if (!p->target_ropts)