From 9fa8ce5d62a24efa4e5b584f5a6cf921e3052be8 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 28 May 2014 16:06:57 +0200 Subject: Don't include config.h everywhere. --- src/util.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/util.cc') diff --git a/src/util.cc b/src/util.cc index 11f1402..0cbe25b 100644 --- a/src/util.cc +++ b/src/util.cc @@ -31,7 +31,7 @@ * along with MIaV; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#include +#include "util.h" #include #include @@ -41,8 +41,6 @@ // For nanosleep #include -#include "util.h" - void *xmalloc(size_t s) { void *p; -- cgit v1.2.3