From dc2adb04132daf673a6abaae3c3b7cc0fa570374 Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Tue, 13 Dec 2016 10:13:21 -0500 Subject: an automated include convention improvement from Peter Reijnders --- src/list.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/list.c') diff --git a/src/list.c b/src/list.c index 55a0ce0e..71f1280b 100644 --- a/src/list.c +++ b/src/list.c @@ -18,14 +18,14 @@ * along with Colm; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include +#include +#include #include #include #include #include -#include -#include -#include static void colm_list_add_after( list_t *list, list_el_t *prev_el, list_el_t *new_el ); static void colm_list_add_before( list_t *list, list_el_t *next_el, list_el_t *new_el); -- cgit v1.2.1