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" --- rpmio/rpmhook.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rpmio/rpmhook.c') diff --git a/rpmio/rpmhook.c b/rpmio/rpmhook.c index 3d07d09e8..8e5f695a3 100644 --- a/rpmio/rpmhook.c +++ b/rpmio/rpmhook.c @@ -7,6 +7,8 @@ #include "rpmio/rpmhook.h" +#include "debug.h" + #define RPMHOOK_TABLE_INITSIZE 256 #define RPMHOOK_BUCKET_INITSIZE 5 -- cgit v1.2.3