From 2864de1ddb88af96aac7b284d13ffda779943f12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Tue, 19 Jun 2012 07:42:49 +0000 Subject: [PATCH] Sort and group includes. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bård Skaflestad --- processgrid.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/processgrid.c b/processgrid.c index cc66b6ec..9ef848ef 100644 --- a/processgrid.c +++ b/processgrid.c @@ -36,10 +36,11 @@ /* Mex gateway by Jostein R. Natvig, SINTEF ICT. */ -#include -#include -#include #include +#include +#include +#include + #include #include "preprocess.h"