Removed unneeded header fs_image.h.
This commit is contained in:
parent
1a767722c6
commit
1f1160d3d1
@ -22,7 +22,6 @@ src_libisofs_la_SOURCES = \
|
||||
src/fsource.h \
|
||||
src/fsource.c \
|
||||
src/fs_local.c \
|
||||
src/fs_image.h \
|
||||
src/fs_image.c \
|
||||
src/messages.h \
|
||||
src/messages.c \
|
||||
|
@ -1,7 +1,5 @@
|
||||
/*
|
||||
* Little program to output the contents of an iso image.
|
||||
* Note that this is not an API example, but a little program for test
|
||||
* purposes.
|
||||
*/
|
||||
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
* IsoDataSource to read image data.
|
||||
*/
|
||||
|
||||
#include "fs_image.h"
|
||||
#include "libisofs.h"
|
||||
#include "error.h"
|
||||
#include "ecma119.h"
|
||||
#include "messages.h"
|
||||
|
@ -1,15 +0,0 @@
|
||||
/*
|
||||
* Copyright (c) 2007 Vreixo Formoso
|
||||
*
|
||||
* This file is part of the libisofs project; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License version 2 as
|
||||
* published by the Free Software Foundation. See COPYING file for details.
|
||||
*/
|
||||
|
||||
#ifndef LIBISO_FS_IMAGE_H_
|
||||
#define LIBISO_FS_IMAGE_H_
|
||||
|
||||
#include "libisofs.h"
|
||||
#include "fsource.h"
|
||||
|
||||
#endif /*LIBISO_FS_IMAGE_H_*/
|
Loading…
Reference in New Issue
Block a user