diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-11-22 11:01:09 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-11-22 11:28:23 +0100 |
commit | eafaffa0f09b7c22eed906ef5356b1460d44da55 (patch) | |
tree | e77a1c3ddf714301b93810c2d123b6a7fcdc2ee8 /include/common.h | |
parent | 435c9ef3de5797d7c49fa8fae12a02fd6bd209d6 (diff) |
Cleanup: move all the compatibillity fluff to a dedicated "libcompat"
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 3 |
1 files changed, 1 insertions, 2 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" |