]> wimlib.net Git - wimlib/commitdiff
Remove some unneeded includes
authorEric Biggers <ebiggers3@gmail.com>
Thu, 24 Jul 2014 05:05:24 +0000 (00:05 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Thu, 24 Jul 2014 05:05:24 +0000 (00:05 -0500)
include/wimlib/header.h
src/dentry.c
src/inode.c
src/lzms-compress.c
src/resource.c
src/update_image.c

index 290e0b2cda2ed28544f0225c6c015ebee10110b1..125457628d1806d5ffc1bf6f22b7115a1355036b 100644 (file)
@@ -3,7 +3,6 @@
 
 #include "wimlib/resource.h"
 #include "wimlib/types.h"
 
 #include "wimlib/resource.h"
 #include "wimlib/types.h"
-#include "wimlib/endianness.h"
 
 #include <limits.h>
 
 
 #include <limits.h>
 
index 4bb170e7d8fad3e394c0fd7c99437d94c65e77fe..62283c18b2e7a15f49c9ebc40f5b641ed635ff59 100644 (file)
 #  include "config.h"
 #endif
 
 #  include "config.h"
 #endif
 
-#include "wimlib/case.h"
+#include "wimlib/assert.h"
 #include "wimlib/dentry.h"
 #include "wimlib/dentry.h"
+#include "wimlib/inode.h"
 #include "wimlib/encoding.h"
 #include "wimlib/endianness.h"
 #include "wimlib/encoding.h"
 #include "wimlib/endianness.h"
-#include "wimlib/error.h"
-#include "wimlib/lookup_table.h"
 #include "wimlib/metadata.h"
 #include "wimlib/metadata.h"
-#include "wimlib/paths.h"
-#include "wimlib/resource.h"
-#include "wimlib/security.h"
-#include "wimlib/sha1.h"
-#include "wimlib/timestamp.h"
 
 #include <errno.h>
 
 
 #include <errno.h>
 
index 79adf36520da542ebc84bf588ec68ca0ece0882e..c9aa14b80d948b02ac96b3c6cde4d208668c0bdd 100644 (file)
@@ -26,7 +26,6 @@
 #endif
 
 #include "wimlib/assert.h"
 #endif
 
 #include "wimlib/assert.h"
-#include "wimlib/case.h"
 #include "wimlib/dentry.h" /* Only for dentry_full_path().  Otherwise the code
                              in this file doesn't care about file names/paths.
                            */
 #include "wimlib/dentry.h" /* Only for dentry_full_path().  Otherwise the code
                              in this file doesn't care about file names/paths.
                            */
index 871c12c7aac817e6ea1cecd29e7e7ea733b7ace9..d93ce3d1e5b975af00b188506b9ac540bb7f10f9 100644 (file)
@@ -34,7 +34,6 @@
 #  include "config.h"
 #endif
 
 #  include "config.h"
 #endif
 
-#include "wimlib.h"
 #include "wimlib/assert.h"
 #include "wimlib/compiler.h"
 #include "wimlib/compressor_ops.h"
 #include "wimlib/assert.h"
 #include "wimlib/compiler.h"
 #include "wimlib/compressor_ops.h"
index 4b1534ec5534b2632eb36181ca685e65c05a753a..24526a8310370a443b7c838b43ae4805a8098c0d 100644 (file)
@@ -26,7 +26,6 @@
 #  include "config.h"
 #endif
 
 #  include "config.h"
 #endif
 
-#include "wimlib.h"
 #include "wimlib/assert.h"
 #include "wimlib/endianness.h"
 #include "wimlib/error.h"
 #include "wimlib/assert.h"
 #include "wimlib/endianness.h"
 #include "wimlib/error.h"
index 040afb6b732b8fe4b56daeb5fab7f70df97b213d..2577e037faa145adcb1bd557543d5b670c72b9ed 100644 (file)
@@ -28,6 +28,7 @@
 #include "wimlib/capture.h"
 #include "wimlib/dentry.h"
 #include "wimlib/encoding.h"
 #include "wimlib/capture.h"
 #include "wimlib/dentry.h"
 #include "wimlib/encoding.h"
+#include "wimlib/endianness.h"
 #include "wimlib/error.h"
 #include "wimlib/lookup_table.h"
 #include "wimlib/metadata.h"
 #include "wimlib/error.h"
 #include "wimlib/lookup_table.h"
 #include "wimlib/metadata.h"