|
6 | 6 | * |
7 | 7 | * |
8 | 8 | * IDENTIFICATION |
9 | | - * $Header: /cvsroot/pgsql/src/backend/lib/Attic/lispsort.c,v 1.2 1996/10/31 10:26:33 scrappy Exp $ |
| 9 | + * $Header: /cvsroot/pgsql/src/backend/lib/Attic/lispsort.c,v 1.3 1996/11/06 08:27:14 scrappy Exp $ |
10 | 10 | * |
11 | 11 | *------------------------------------------------------------------------- |
12 | 12 | */ |
13 | 13 |
|
14 | 14 | #include<sys/types.h> |
15 | 15 |
|
16 | | -#include"postgres.h" |
| 16 | +#include<postgres.h> |
17 | 17 |
|
18 | | -#include"nodes/pg_list.h" |
19 | | -#include"nodes/primnodes.h" |
20 | | -#include"nodes/plannodes.h" |
21 | | -#include"nodes/relation.h" |
22 | | -#include"lib/lispsort.h" |
23 | | -#include"utils/palloc.h" |
24 | | -#include"lib/qsort.h" |
| 18 | +#include<nodes/pg_list.h> |
| 19 | +#include<nodes/primnodes.h> |
| 20 | +#include<nodes/plannodes.h> |
| 21 | +#include<nodes/relation.h> |
| 22 | +#include<lib/lispsort.h> |
| 23 | +#include<lib/qsort.h> |
25 | 24 |
|
26 | 25 | /* |
27 | 26 | ** lisp_qsort: Takes a lisp list as input, copies it into an array of lisp |
|