winnt-undo-backslashes-20030317

get rid of weird includes
This commit is contained in:
Derrick Brashear 2003-03-17 15:55:16 +00:00
parent 4e2a1d6ce6
commit c808793afd
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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>