mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 08:20:16 +00:00
winnt-undo-backslashes-20030317
get rid of weird includes
This commit is contained in:
parent
4e2a1d6ce6
commit
c808793afd
@ -7,8 +7,8 @@
|
||||
* directory or online at http://www.openafs.org/dl/license10.html
|
||||
*/
|
||||
|
||||
#include <afs\param.h>
|
||||
#include <afs\stds.h>
|
||||
#include <afs/param.h>
|
||||
#include <afs/stds.h>
|
||||
|
||||
#include <windows.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -8,14 +8,14 @@
|
||||
*/
|
||||
|
||||
#define _POSIX_PTHREAD_SEMANTICS
|
||||
#include <afs\param.h>
|
||||
#include <afs/param.h>
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#ifndef AFS_NT40_ENV
|
||||
#include <signal.h>
|
||||
#include <unistd.h>
|
||||
#else
|
||||
#include <afs\procmgmt.h>
|
||||
#include <afs/procmgmt.h>
|
||||
#endif
|
||||
#include <pthread.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user