From 869e81e1cf115e835040d0ecadb6108880103abe Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 5 Mar 2007 22:13:33 +0000 Subject: This commit looks much more monumental than it is. Almost all just #include reordering and adding ones that were forgotten (noticed when trying to compile after reordering). * Updated the HACKING file to include information on #include usage. * print -> vprint in "making dir" function in pactest. --- src/pacman/util.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/pacman/util.c') diff --git a/src/pacman/util.c b/src/pacman/util.c index 96eb621e..76bbc189 100644 --- a/src/pacman/util.c +++ b/src/pacman/util.c @@ -19,16 +19,16 @@ * USA. */ +#include "config.h" + #if defined(__APPLE__) || defined(__OpenBSD__) #include #include #endif - #include #include #include -#include "config.h" #include #include #include @@ -44,6 +44,7 @@ #include #include + /* pacman */ #include "util.h" #include "conf.h" -- cgit v1.2.3-24-g4f1b