aboutsummaryrefslogtreecommitdiff
path: root/bp.c
diff options
context:
space:
mode:
Diffstat (limited to 'bp.c')
-rw-r--r--bp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bp.c b/bp.c
index 4a80aef..1dfc4e7 100644
--- a/bp.c
+++ b/bp.c
@@ -12,13 +12,13 @@
#include <string.h>
#include <unistd.h>
-#include "pattern.h"
-#include "files.h"
#include "definitions.h"
+#include "files.h"
#include "json.h"
+#include "match.h"
+#include "pattern.h"
#include "print.h"
#include "utils.h"
-#include "match.h"
#ifndef BP_NAME
#define BP_NAME "bp"