From e4151252f8c4e422e18f83616392e3dc53d6d1ab Mon Sep 17 00:00:00 2001 From: jbj Date: Sat, 25 Jul 1998 21:00:26 +0000 Subject: Aggregate system includes into system.h. Rearrange functions to minimize exported routines in librpmbuild API. VS: ---------------------------------------------------------------------- CVS patchset: 2183 CVS date: 1998/07/25 21:00:26 --- build/parseScript.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/parseScript.c') diff --git a/build/parseScript.c b/build/parseScript.c index 048ad3ed2..3214c482b 100644 --- a/build/parseScript.c +++ b/build/parseScript.c @@ -1,5 +1,4 @@ -#include -#include +#include "system.h" #include "header.h" #include "read.h" @@ -9,6 +8,7 @@ #include "popt/popt.h" #include "reqprov.h" #include "package.h" +#include "parse.h" static int addTriggerIndex(Package pkg, char *file, char *script, char *prog); -- cgit v1.2.3