commit | c2e4286bb98c6bec77575ac0c6f862e7ddf6394f | [log] [tgz] |
---|---|---|
author | Lucas De Marchi <lucas.demarchi@intel.com> | Fri Oct 03 01:41:42 2014 -0300 |
committer | Lucas De Marchi <lucas.demarchi@intel.com> | Fri Oct 03 01:43:15 2014 -0300 |
tree | 17ccffbb9bed156e4c75de36adae521cf9ffed35 | |
parent | 0db718edcfca1bdaf1369d3cf3773b52fcea1406 [diff] [blame] |
Reorder and reorganize header files Let the includes in the following order: < system headers > < libkmod > < tool > < local headers >
diff --git a/tools/log.c b/tools/log.c index 05f6b77..05ff96f 100644 --- a/tools/log.c +++ b/tools/log.c
@@ -22,7 +22,8 @@ #include <stdlib.h> #include <syslog.h> -#include "libkmod.h" +#include <libkmod.h> + #include "kmod.h" static bool log_use_syslog;