]> git.ipfire.org Git - thirdparty/kmod.git/commit
Reorder and reorganize header files
authorLucas De Marchi <lucas.demarchi@intel.com>
Fri, 3 Oct 2014 04:41:42 +0000 (01:41 -0300)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 3 Oct 2014 04:43:15 +0000 (01:43 -0300)
commitc2e4286bb98c6bec77575ac0c6f862e7ddf6394f
tree17ccffbb9bed156e4c75de36adae521cf9ffed35
parent0db718edcfca1bdaf1369d3cf3773b52fcea1406
Reorder and reorganize header files

Let the includes in the following order:

< system headers >
< libkmod >
< tool >
< local headers >
36 files changed:
libkmod/libkmod-config.c
libkmod/libkmod-elf.c
libkmod/libkmod-file.c
libkmod/libkmod-index.c
libkmod/libkmod-module.c
libkmod/libkmod-signature.c
libkmod/libkmod-util.c
libkmod/libkmod.c
shared/array.c
shared/hash.c
shared/util.c
testsuite/delete_module.c
testsuite/init_module.c
testsuite/path.c
testsuite/test-blacklist.c
testsuite/test-dependencies.c
testsuite/test-depmod.c
testsuite/test-hash.c
testsuite/test-init.c
testsuite/test-loaded.c
testsuite/test-modinfo.c
testsuite/test-modprobe.c
testsuite/test-new-module.c
testsuite/test-testsuite.c
testsuite/test-util.c
testsuite/testsuite.c
testsuite/uname.c
tools/depmod.c
tools/insmod.c
tools/kmod.c
tools/log.c
tools/lsmod.c
tools/modinfo.c
tools/modprobe.c
tools/rmmod.c
tools/static-nodes.c