CLEANUP: include: tree-wide alphabetical sort of include files
This patch fixes all the leftovers from the include cleanup campaign. There
were not that many (~400 entries in ~150 files) but it was definitely worth
doing it as it revealed a few duplicates.
diff --git a/src/protocol.c b/src/protocol.c
index f739444..af13f42 100644
--- a/src/protocol.c
+++ b/src/protocol.c
@@ -16,9 +16,9 @@
#include <haproxy/api.h>
#include <haproxy/errors.h>
#include <haproxy/list.h>
+#include <haproxy/protocol.h>
#include <haproxy/tools.h>
-#include <haproxy/protocol.h>
/* List head of all registered protocols */
static struct list protocols = LIST_HEAD_INIT(protocols);