]> granicus.if.org Git - file/commitdiff
don't include file.h first.
authorChristos Zoulas <christos@zoulas.com>
Sat, 5 Aug 2000 18:30:26 +0000 (18:30 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sat, 5 Aug 2000 18:30:26 +0000 (18:30 +0000)
src/file.c

index 292da410a3f0c9555bb32b21c8de278de3fec58f..6af9ad52995001a84ae040339a12b4f8289422e1 100644 (file)
@@ -24,7 +24,6 @@
  *
  * 4. This notice may not be removed or altered.
  */
-#include "file.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 
 #include <netinet/in.h>                /* for byte swapping */
 
+#include "file.h"
 #include "patchlevel.h"
 
 #ifndef        lint
-FILE_RCSID("@(#)$Id: file.c,v 1.53 2000/08/05 17:36:48 christos Exp $")
+FILE_RCSID("@(#)$Id: file.c,v 1.54 2000/08/05 18:30:26 christos Exp $")
 #endif /* lint */