diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-10-07 13:49:40 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-10-07 13:49:40 +0200 |
commit | 5597dca9c6053cd19104e18d88edb199b32e3743 (patch) | |
tree | 0d9e774067b12ca1d1cf6b91dc637dcc2ad2bb1c /lib/sqfshelper/write_export_table.c | |
parent | 3b47afacf5d6443b3460cd979abfff6c71a4ec3d (diff) |
Rename "hihglevel.h" to the more appropriate "common.h"
It only contains helpers for _common_ stuff for all the utilities. The
actual high level stuff has been moved to libsquashfs a while ago.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'lib/sqfshelper/write_export_table.c')
-rw-r--r-- | lib/sqfshelper/write_export_table.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/sqfshelper/write_export_table.c b/lib/sqfshelper/write_export_table.c index 154688e..c797577 100644 --- a/lib/sqfshelper/write_export_table.c +++ b/lib/sqfshelper/write_export_table.c @@ -4,10 +4,7 @@ * * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at> */ -#include "config.h" - -#include "highlevel.h" -#include "util.h" +#include "common.h" #include <stdlib.h> #include <stdio.h> |