]> wimlib.net Git - wimlib/commitdiff
Use quote includes for all internal headers
authorEric Biggers <ebiggers3@gmail.com>
Sat, 22 Nov 2014 03:03:01 +0000 (21:03 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 22 Nov 2014 03:03:01 +0000 (21:03 -0600)
include/wimlib/chunk_compressor.h
include/wimlib/compressor_ops.h
include/wimlib/textfile.h
include/wimlib/wildcard.h
src/avl_tree.c

index 96954637a8ef50df3cc0315a51ccbd7414bf1557..f21a0c6a7bd9fcf5d7e755a94223291cd4db3557 100644 (file)
@@ -7,7 +7,7 @@
 #ifndef _WIMLIB_CHUNK_COMPRESSOR_H
 #define _WIMLIB_CHUNK_COMPRESSOR_H
 
 #ifndef _WIMLIB_CHUNK_COMPRESSOR_H
 #define _WIMLIB_CHUNK_COMPRESSOR_H
 
-#include <wimlib/types.h>
+#include "wimlib/types.h"
 
 /* Interface for chunk compression.  Users can submit chunks of data to be
  * compressed, then retrieve them later in order.  This interface can be
 
 /* Interface for chunk compression.  Users can submit chunks of data to be
  * compressed, then retrieve them later in order.  This interface can be
index d155d401ebc543c559119b7a5a8c2a49bb2a71ab..af81546c8230e3c32a9a21055edb6e56ac89f02c 100644 (file)
@@ -7,7 +7,7 @@
 #ifndef _WIMLIB_COMPRESSOR_OPS_H
 #define _WIMLIB_COMPRESSOR_OPS_H
 
 #ifndef _WIMLIB_COMPRESSOR_OPS_H
 #define _WIMLIB_COMPRESSOR_OPS_H
 
-#include <wimlib/types.h>
+#include "wimlib/types.h"
 
 struct compressor_ops {
 
 
 struct compressor_ops {
 
index b4e3885a536e08968718387ab940a43a9ce9d98d..608ad08da8f221572a73fcbf5c87acf36e15cd6b 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef _WIMLIB_TEXTFILE_H_
 #define _WIMLIB_TEXTFILE_H_
 
 #ifndef _WIMLIB_TEXTFILE_H_
 #define _WIMLIB_TEXTFILE_H_
 
-#include <wimlib/types.h>
+#include "wimlib/types.h"
 
 struct string_set {
        tchar **strings;
 
 struct string_set {
        tchar **strings;
index edd9d84b12ba2433bb3651d1f2f5a2e3fbf6fb9b..4cf21eef2040bd4213c3a7728110c831723bc057 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef _WIMLIB_WILDCARD_H
 #define _WIMLIB_WILDCARD_H
 
 #ifndef _WIMLIB_WILDCARD_H
 #define _WIMLIB_WILDCARD_H
 
-#include <wimlib/types.h>
+#include "wimlib/types.h"
 
 struct wim_dentry;
 
 
 struct wim_dentry;
 
index 86eb38823477e72b9f13a37c17153eb281e54cc8..e9841f56229c34ec8950c0049000f6bc1824e3a6 100644 (file)
@@ -11,7 +11,7 @@
  * You can do whatever you want with this file.
  */
 
  * You can do whatever you want with this file.
  */
 
-#include <wimlib/avl_tree.h>
+#include "wimlib/avl_tree.h"
 
 /* Starts an in-order traversal of the tree: returns the least-valued node, or
  * NULL if the tree is empty.  */
 
 /* Starts an in-order traversal of the tree: returns the least-valued node, or
  * NULL if the tree is empty.  */