From eb5dc35c196c2b18e934a046627ee59d54e175d6 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Wed, 30 Jan 2008 17:05:29 +0200 Subject: Include spring-cleaning - put some consistency into include ordering - everything (apart from bits missed ;) is now ordered like this 1. "system.h" 2. other system includes 3. rpm public headers 4. rpm private headers 5. "debug.h" --- lib/cpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/cpio.c') diff --git a/lib/cpio.c b/lib/cpio.c index ab39a22c4..79d297ef0 100644 --- a/lib/cpio.c +++ b/lib/cpio.c @@ -10,11 +10,11 @@ #include "system.h" #include +#include #include "lib/cpio.h" #include "lib/fsm.h" -#include #include "debug.h" -- cgit v1.2.3