projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4a9976
)
Fix a couple of inconsistent usages of include <...> vs. include "...".
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 27 Feb 2000 01:10:31 +0000
(
01:10
+0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 27 Feb 2000 01:10:31 +0000
(
01:10
+0000)
src/bin/psql/startup.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/psql/startup.c
b/src/bin/psql/startup.c
index 7f538048acd919e76953cc5d40af1122d3bf3db8..82a7bcd4d13e0ecd9fe1efbad7a098522b67d206 100644
(file)
--- a/
src/bin/psql/startup.c
+++ b/
src/bin/psql/startup.c
@@
-3,7
+3,7
@@
*
* Copyright 2000 by PostgreSQL Global Development Group
*
- * $Header: /cvsroot/pgsql/src/bin/psql/startup.c,v 1.2
5 2000/02/20 14:28:20 petere
Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/startup.c,v 1.2
6 2000/02/27 01:10:31 tgl
Exp $
*/
#include "postgres.h"
@@
-21,8
+21,8
@@
#include <getopt.h>
#endif
-#include
<libpq-fe.h>
-#include
<version.h>
+#include
"libpq-fe.h"
+#include
"version.h"
#include "command.h"
#include "common.h"