From a2f30332ccb8f0d87dc7750d4f081d44fd771f7f Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 15 Jan 2021 19:44:16 -0800 Subject: Sorting imports --- bp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bp.c') diff --git a/bp.c b/bp.c index 4a80aef..1dfc4e7 100644 --- a/bp.c +++ b/bp.c @@ -12,13 +12,13 @@ #include #include -#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" -- cgit v1.2.3