summaryrefslogtreecommitdiff
path: root/src/backend/include/miscadmin.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-23 07:42:13 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-23 07:42:13 +0000
commitf36b2560a4d8dbeb5e0383ca44f8c85adb593a4f (patch)
tree27720a1b42d0b658e23297e592ff2c1f6620891e /src/backend/include/miscadmin.h
parent29a0fb84fcaddee3623c15b9a072ad893bb04270 (diff)
downloadpostgresql-f36b2560a4d8dbeb5e0383ca44f8c85adb593a4f.tar.gz
Major code cleanups from D'arcy (-Wall -Werror)
Diffstat (limited to 'src/backend/include/miscadmin.h')
-rw-r--r--src/backend/include/miscadmin.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/backend/include/miscadmin.h b/src/backend/include/miscadmin.h
index e67691d4aa..6af60d7c3c 100644
--- a/src/backend/include/miscadmin.h
+++ b/src/backend/include/miscadmin.h
@@ -12,7 +12,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: miscadmin.h,v 1.4 1996/10/07 03:28:12 scrappy Exp $
+ * $Id: miscadmin.h,v 1.5 1996/10/23 07:40:32 scrappy Exp $
*
* NOTES
* some of the information in this file will be moved to
@@ -23,16 +23,6 @@
#ifndef MISCADMIN_H
#define MISCADMIN_H
-/* ----------------
- * note: <sys/types.h> was in unix.h This should be moved
- * to the .c files.
- * ----------------
- */
-#include <sys/types.h>
-
-#include "postgres.h"
-#include "storage/backendid.h"
-
/*****************************************************************************
* globals.h -- *
*****************************************************************************/