diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/common.h | 3 | ||||
| -rw-r--r-- | include/compat.h (renamed from include/util/compat.h) | 0 | ||||
| -rw-r--r-- | include/fstree.h | 2 | 
3 files changed, 2 insertions, 3 deletions
| diff --git a/include/common.h b/include/common.h index 684b047..f7e139f 100644 --- a/include/common.h +++ b/include/common.h @@ -26,9 +26,8 @@  #include "sqfs/dir.h"  #include "sqfs/io.h" -#include "util/compat.h"  #include "util/util.h" - +#include "compat.h"  #include "fstree.h"  #include "tar.h" diff --git a/include/util/compat.h b/include/compat.h index fae9d92..fae9d92 100644 --- a/include/util/compat.h +++ b/include/compat.h diff --git a/include/fstree.h b/include/fstree.h index 5caac51..a63c593 100644 --- a/include/fstree.h +++ b/include/fstree.h @@ -15,7 +15,7 @@  #include <stdio.h>  #include "sqfs/predef.h" -#include "util/compat.h" +#include "compat.h"  typedef struct tree_node_t tree_node_t;  typedef struct file_info_t file_info_t; | 
