]> wimlib.net Git - wimlib/blobdiff - src/export_image.c
Refactor headers
[wimlib] / src / export_image.c
index a948ab79a528b69a0ff926398434b3f05d888370..455baa9152bbd2050b4d98f118667013c86138e8 100644 (file)
  * along with wimlib; if not, see http://www.gnu.org/licenses/.
  */
 
  * along with wimlib; if not, see http://www.gnu.org/licenses/.
  */
 
-#include "wimlib_internal.h"
-#include "dentry.h"
-#include "lookup_table.h"
-#include "xml.h"
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
+#include "wimlib.h"
+#include "wimlib/dentry.h"
+#include "wimlib/error.h"
+#include "wimlib/lookup_table.h"
+#include "wimlib/metadata.h"
+#include "wimlib/swm.h"
+#include "wimlib/xml.h"
 
 static int
 inode_allocate_needed_ltes(struct wim_inode *inode,
 
 static int
 inode_allocate_needed_ltes(struct wim_inode *inode,