Removed unneeded header fs_image.h.

This commit is contained in:
Vreixo Formoso
2008-01-19 17:47:46 +01:00
parent 1a767722c6
commit 1f1160d3d1
4 changed files with 1 additions and 19 deletions

View File

@@ -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"

View File

@@ -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_*/