diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-09-07 00:52:36 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-09-07 00:52:36 +0200 |
commit | 373ba219aa385678a14f9c17b48ad807858804ce (patch) | |
tree | 3c073c2c5d63d43e4c2c91dfc5889785335a5f10 /include/sqfs/id_table.h | |
parent | 21592d1444270d3f2ae1c76e61e39185a5a05d8d (diff) |
Remove config.h inclusions from public headers
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include/sqfs/id_table.h')
-rw-r--r-- | include/sqfs/id_table.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sqfs/id_table.h b/include/sqfs/id_table.h index 35af699..01347d9 100644 --- a/include/sqfs/id_table.h +++ b/include/sqfs/id_table.h @@ -7,8 +7,6 @@ #ifndef SQFS_ID_TABLE_H #define SQFS_ID_TABLE_H -#include "config.h" - #include "sqfs/predef.h" #include "sqfs/compress.h" |