diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-11-24 17:26:33 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-11-24 17:26:33 +0100 |
commit | 2d303a7f0a6076bbf5739bae4f0fa443d0da5203 (patch) | |
tree | c92b98e58628233fe5ea4b728d1d40042a1d260e /lib/sqfs/xattr_writer.c | |
parent | 67f703a794272d9a241fcaa96b09fdec7b8fc7e7 (diff) |
Cleanup: completely move str_table into libsquashfs internals
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'lib/sqfs/xattr_writer.c')
-rw-r--r-- | lib/sqfs/xattr_writer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqfs/xattr_writer.c b/lib/sqfs/xattr_writer.c index 81ee26c..2e6a074 100644 --- a/lib/sqfs/xattr_writer.c +++ b/lib/sqfs/xattr_writer.c @@ -15,8 +15,8 @@ #include "sqfs/block.h" #include "sqfs/io.h" -#include "util/str_table.h" #include "util/util.h" +#include "str_table.h" #include <stdlib.h> #include <string.h> |