]> git.ipfire.org Git - thirdparty/kmod.git/blobdiff - tools/modinfo.c
Reorder and reorganize header files
[thirdparty/kmod.git] / tools / modinfo.c
index 9a60d71d67c8b752bd20d26b2dc0aad2a42c39d0..72ac03cbca6779eb6c8492cb9fcbcdb2c2930176 100644 (file)
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <errno.h>
+#include <getopt.h>
+#include <limits.h>
+#include <stdbool.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <stdbool.h>
-#include <getopt.h>
-#include <errno.h>
 #include <string.h>
-#include <limits.h>
-#include <sys/utsname.h>
 #include <sys/stat.h>
-#include "libkmod.h"
-#include "libkmod-util.h"
+#include <sys/utsname.h>
+
+#include <libkmod.h>
+#include <libkmod-util.h>
 
 #include "kmod.h"