summaryrefslogtreecommitdiff
path: root/src/rdiff.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rdiff.c')
-rw-r--r--src/rdiff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rdiff.c b/src/rdiff.c
index 78a3047..29ca892 100644
--- a/src/rdiff.c
+++ b/src/rdiff.c
@@ -43,12 +43,12 @@
*
* \todo Add an option for delta to check whether the files are identical. */
+#include "config.h" /* IWYU pragma: keep */
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <popt.h>
#include <stdio.h>
-#include "config.h"
#include "librsync.h"
#include "isprefix.h"