From 29a67a1a12abb66763bc60fa560612a376821857 Mon Sep 17 00:00:00 2001 From: Ian Fan Date: Thu, 17 Jan 2019 16:57:34 +0000 Subject: stringop.c: clean up headers --- common/stringop.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/common/stringop.c b/common/stringop.c index b9c9a193..b42604c1 100644 --- a/common/stringop.c +++ b/common/stringop.c @@ -1,13 +1,13 @@ #define _POSIX_C_SOURCE 200809L -#include +#include +#include #include +#include #include #include -#include -#include "stringop.h" -#include "log.h" -#include "string.h" #include "list.h" +#include "log.h" +#include "stringop.h" static const char whitespace[] = " \f\n\r\t\v"; -- cgit v1.2.3