summaryrefslogtreecommitdiff
path: root/src/include/access/hash.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-07-16 17:07:40 +0000
committerBruce Momjian <bruce@momjian.us>1999-07-16 17:07:40 +0000
commit773088809df925442bb9df35352c11e3d106314a (patch)
treeab0e98368b26dc6a2853cbe498c8660855213ab2 /src/include/access/hash.h
parent4d5aa343de8564b48364bb5f8efa671b12ae0446 (diff)
downloadpostgresql-773088809df925442bb9df35352c11e3d106314a.tar.gz
More cleanup
Diffstat (limited to 'src/include/access/hash.h')
-rw-r--r--src/include/access/hash.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/access/hash.h b/src/include/access/hash.h
index 08739e70ca..1dc84bf9e7 100644
--- a/src/include/access/hash.h
+++ b/src/include/access/hash.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: hash.h,v 1.26 1999/07/15 23:03:34 momjian Exp $
+ * $Id: hash.h,v 1.27 1999/07/16 17:07:26 momjian Exp $
*
* NOTES
* modeled after Margo Seltzer's hash implementation for unix.
@@ -16,10 +16,10 @@
#ifndef HASH_H
#define HASH_H
-#include "access/sdir.h"
#include "access/funcindex.h"
-#include "access/relscan.h"
#include "access/itup.h"
+#include "access/relscan.h"
+#include "access/sdir.h"
#include "utils/int8.h"
/*