summaryrefslogtreecommitdiff
path: root/tbdiff/tbdiff-xattrs.c
diff options
context:
space:
mode:
authorBen Brewer <ben.brewer@codethink.co.uk>2014-05-30 16:08:06 +0100
committerBen Brewer <ben.brewer@codethink.co.uk>2014-06-02 15:53:42 +0100
commit56bb60f7e0a4b79ec8da62dccd054b87d7469fb6 (patch)
treeb4a8ea340d980cf59bb762001b1a315960fa1e7a /tbdiff/tbdiff-xattrs.c
parent539ccd77d3017965cd70444ba80ce95799d9337d (diff)
downloadtbdiff-56bb60f7e0a4b79ec8da62dccd054b87d7469fb6.tar.gz
Use quoted includes for local headers in tbdiff source files
Quoted includes should be used when including headers which represent declarations in local source files. The source files have been modified to reflect this. This makes it more clear which headers are system headers and which are part of the tbdiff codebase.
Diffstat (limited to 'tbdiff/tbdiff-xattrs.c')
-rw-r--r--tbdiff/tbdiff-xattrs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbdiff/tbdiff-xattrs.c b/tbdiff/tbdiff-xattrs.c
index 96330b2..5150199 100644
--- a/tbdiff/tbdiff-xattrs.c
+++ b/tbdiff/tbdiff-xattrs.c
@@ -28,8 +28,8 @@
#include <errno.h>
-#include <tbdiff/tbdiff-common.h>
-#include <tbdiff/tbdiff-xattrs.h>
+#include "tbdiff-common.h"
+#include "tbdiff-xattrs.h"
int tbd_xattrs_names(char const *path, struct tbd_xattrs_names *names)
{