Move error codes to libisofs.h. Remove error.h header.
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
|
||||
#include "fsource.h"
|
||||
#include "mocked_fsrc.h"
|
||||
#include "error.h"
|
||||
#include "libisofs.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
@ -5,7 +5,6 @@
|
||||
#include "libisofs.h"
|
||||
#include "node.h"
|
||||
#include "test.h"
|
||||
#include "error.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#include "libisofs.h"
|
||||
#include "node.h"
|
||||
#include "error.h"
|
||||
#include "image.h"
|
||||
|
||||
#include "test.h"
|
||||
|
@ -5,7 +5,6 @@
|
||||
*/
|
||||
#include "test.h"
|
||||
#include "util.h"
|
||||
#include "error.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
Reference in New Issue
Block a user