]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
mkvers.c - remove afsconfig.h, afs/param.h and assert.h
authorJeffrey Altman <jaltman@your-file-system.com>
Tue, 15 Jun 2010 11:32:11 +0000 (07:32 -0400)
committerJeffrey Altman <jaltman@openafs.org>
Tue, 15 Jun 2010 12:00:00 +0000 (05:00 -0700)
assert() is not used within mkvers.c.

afsconfig.h and afs/param.h have dependency problems in
src/config/

Change-Id: I2012a01c87cbd993a70df76ee3384b43ff037b29
Reviewed-on: http://gerrit.openafs.org/2203
Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Tested-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
src/config/mkvers.c

index a82014d97b2f0d384b6e4f03d25bf6c9df4735d0..15118eace9ee50e935b60fb00d2a76ca83424888 100644 (file)
  *
  */
 
-#include <afsconfig.h>
-#include <afs/param.h>
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <errno.h>
-#include <assert.h>
 #include <string.h>