From: Marc G. Fournier Date: Mon, 4 Nov 1996 08:14:05 +0000 (+0000) Subject: More cleanups (this one will most likely break under Win32, if anyone is X-Git-Tag: REL2_0~259 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63482946c7237c816c72ce5e19e970f79f368aa1;p=thirdparty%2Fpostgresql.git More cleanups (this one will most likely break under Win32, if anyone is working on it) --- diff --git a/src/include/utils/dynamic_loader.h b/src/include/utils/dynamic_loader.h index 81ea4a4cf57..f79c732eb40 100644 --- a/src/include/utils/dynamic_loader.h +++ b/src/include/utils/dynamic_loader.h @@ -6,13 +6,15 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: dynamic_loader.h,v 1.1 1996/08/28 01:58:49 scrappy Exp $ + * $Id: dynamic_loader.h,v 1.2 1996/11/04 08:14:05 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef DYNAMIC_LOADER_H #define DYNAMIC_LOADER_H +#include + #ifdef MIN #undef MIN #undef MAX @@ -22,10 +24,7 @@ #define MAXPATHLEN 250 #endif -#include /* for MAXPATHLEN */ -#include /* for dev_t, ino_t, etc. */ #ifdef WIN32 -#include #endif /*