Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit01eea27

Browse files
committed
Fix a couple of inconsistent usages of include <...> vs. include "...".
1 parenta4a9976 commit01eea27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/bin/psql/startup.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright 2000 by PostgreSQL Global Development Group
55
*
6-
* $Header: /cvsroot/pgsql/src/bin/psql/startup.c,v 1.25 2000/02/20 14:28:20 petere Exp $
6+
* $Header: /cvsroot/pgsql/src/bin/psql/startup.c,v 1.26 2000/02/27 01:10:31 tgl Exp $
77
*/
88
#include"postgres.h"
99

@@ -21,8 +21,8 @@
2121
#include<getopt.h>
2222
#endif
2323

24-
#include<libpq-fe.h>
25-
#include<version.h>
24+
#include"libpq-fe.h"
25+
#include"version.h"
2626

2727
#include"command.h"
2828
#include"common.h"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp