Commit 01eea27c authored by Tom Lane's avatar Tom Lane

Fix a couple of inconsistent usages of include <...> vs. include "...".

parent a4a9976d
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* *
* Copyright 2000 by PostgreSQL Global Development Group * Copyright 2000 by PostgreSQL Global Development Group
* *
* $Header: /cvsroot/pgsql/src/bin/psql/startup.c,v 1.25 2000/02/20 14:28:20 petere Exp $ * $Header: /cvsroot/pgsql/src/bin/psql/startup.c,v 1.26 2000/02/27 01:10:31 tgl Exp $
*/ */
#include "postgres.h" #include "postgres.h"
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
#include <getopt.h> #include <getopt.h>
#endif #endif
#include <libpq-fe.h> #include "libpq-fe.h"
#include <version.h> #include "version.h"
#include "command.h" #include "command.h"
#include "common.h" #include "common.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment