winnt-include-sanity-20030314

FIXES 1332

include headers by their usual name instead of trying to be special
This commit is contained in:
Chaskiel M Grundman 2003-03-14 19:47:35 +00:00 committed by Derrick Brashear
parent ff6394b2e4
commit 48acf9c2d7
8 changed files with 10 additions and 10 deletions

View File

@ -18,7 +18,7 @@
#include <osi.h>
#include <rx/rx.h>
#ifndef DJGPP
#include <rxkad.h>
#include <rx/rxkad.h>
#else
#include <rx/rxkad.h>
#endif

View File

@ -30,7 +30,7 @@
#include "smb.h"
#ifndef DJGPP
#include <rxkad.h>
#include <rx/rxkad.h>
#include "afsrpc.h"
#else
#include <rx/rxkad.h>

View File

@ -26,7 +26,7 @@
#include "smb.h"
#include <rxkad.h>
#include <rx/rxkad.h>
/*
* The motivation for this whole module is that in transmitting tokens

View File

@ -29,7 +29,7 @@ RCSID("$Header$");
#endif
#include <rx/xdr.h>
#include <rx/rx.h>
#include <ptclient.h>
#include <afs/ptclient.h>
#include "acl.h"
#ifdef AFS_PTHREAD_ENV

View File

@ -26,7 +26,7 @@ RCSID("$Header$");
#endif
#include <rx/xdr.h>
#include <rx/rx.h>
#include <ptclient.h>
#include <afs/ptclient.h>
#include "acl.h"
int acl_HtonACL(acl)

View File

@ -79,7 +79,7 @@ extern afs_int32 afs_termState;
#ifdef AFS_NT40_ENV
# include <stdlib.h>
# include <fcntl.h>
# include <afsutil.h>
# include <afs/afsutil.h>
#else
# include <sys/socket.h>
# include <sys/file.h>

View File

@ -33,8 +33,8 @@ RCSID("$Header$");
# include <sys/time.h>
#endif
#include <sys/stat.h>
#include <rx.h>
#include <rx_globals.h>
#include <rx/rx.h>
#include <rx/rx_globals.h>
#include <assert.h>
#include <rx/rx_pthread.h>

View File

@ -9,12 +9,12 @@
/* Security related utilities for the Windows platform */
#include <param.h>
#include <afs/param.h>
#include <afsconfig.h>
RCSID("$Header$");
#include <stds.h>
#include <afs/stds.h>
#include <stddef.h>
#include <stdlib.h>