summaryrefslogtreecommitdiff
path: root/build/build.c
diff options
context:
space:
mode:
authorewt <devnull@localhost>1997-05-20 15:57:39 +0000
committerewt <devnull@localhost>1997-05-20 15:57:39 +0000
commit49afbf25a16ce997c1e9e6f3ef74da1fa9d9032a (patch)
tree55df3f98d4ff85388077f20e5e6b476ef6bdc8d3 /build/build.c
parent12bb20628971224eeada04763ef7cceb0fcc0a35 (diff)
downloadrpm-49afbf25a16ce997c1e9e6f3ef74da1fa9d9032a.tar.gz
rpm-49afbf25a16ce997c1e9e6f3ef74da1fa9d9032a.tar.bz2
rpm-49afbf25a16ce997c1e9e6f3ef74da1fa9d9032a.zip
Moved includes of miscfn.h to the top.
CVS patchset: 1648 CVS date: 1997/05/20 15:57:39
Diffstat (limited to 'build/build.c')
-rw-r--r--build/build.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/build.c b/build/build.c
index ede34768b..aac35e0be 100644
--- a/build/build.c
+++ b/build/build.c
@@ -3,6 +3,8 @@
* build.c - routines for preparing and building the sources
*/
+#include "miscfn.h"
+
#include <stdlib.h>
#include <stdio.h>
#include <sys/resource.h>
@@ -23,7 +25,6 @@
#include "messages.h"
#include "stringbuf.h"
#include "misc.h"
-#include "miscfn.h"
#include "pack.h"
#include "popt.h"