summaryrefslogtreecommitdiff
path: root/src/include/c.h
diff options
context:
space:
mode:
authorMarc G. Fournier1997-02-09 04:50:25 +0000
committerMarc G. Fournier1997-02-09 04:50:25 +0000
commit86c28441b4798a102200a58021ffbdbbd08b9ede (patch)
tree14edd6eeb26b1c0a0976592c1b965065e1e354c7 /src/include/c.h
parente7c767b47720805a448c1f3fb0c6210fb5ff77c7 (diff)
Remove machine.h, since it wasn't doing anything that config.h wasn't
already doing Removed only reference to a machine.h I could find in c.h, to win32/machine.h
Diffstat (limited to 'src/include/c.h')
-rw-r--r--src/include/c.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/c.h b/src/include/c.h
index dff16ce1e0..51851fd408 100644
--- a/src/include/c.h
+++ b/src/include/c.h
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: c.h,v 1.7 1997/02/08 20:39:50 momjian Exp $
+ * $Id: c.h,v 1.8 1997/02/09 04:50:25 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -754,7 +754,6 @@ extern char *form(char *fmt, ...);
#if defined(WIN32)
#include "port/win32/nt.h"
-#include "port/win32/machine.h"
#endif /* WIN32 */
/* ----------------