Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6348294

Browse files
committed
More cleanups (this one will most likely break under Win32, if anyone is
working on it)
1 parent 82400d4 commit 6348294

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/include/utils/dynamic_loader.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: dynamic_loader.h,v 1.1 1996/08/28 01:58:49 scrappy Exp $
9+
* $Id: dynamic_loader.h,v 1.2 1996/11/04 08:14:05 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndef DYNAMIC_LOADER_H
1414
#define DYNAMIC_LOADER_H
1515

16+
#include <sys/types.h>
17+
1618
#ifdef MIN
1719
#undef MIN
1820
#undef MAX
@@ -22,10 +24,7 @@
2224
#define MAXPATHLEN 250
2325
#endif
2426

25-
#include <sys/param.h> /* for MAXPATHLEN */
26-
#include <sys/types.h> /* for dev_t, ino_t, etc. */
2727
#ifdef WIN32
28-
#include <wchar.h>
2928
#endif
3029

3130
/*

0 commit comments

Comments
 (0)