mirror of
https://github.com/postgres/postgres.git
synced 2025-10-22 14:32:25 +03:00
Cleanup of <> and ""
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
* calls.
|
||||
*/
|
||||
|
||||
#include <sqlcli.h>
|
||||
#include "sqlcli.h"
|
||||
#include <string.h>
|
||||
|
||||
#ifndef NULL
|
||||
|
@@ -30,7 +30,7 @@
|
||||
* Sample program - uses concise CLI functions to execute
|
||||
* interactively an ad hoc statement.
|
||||
*/
|
||||
#include <sqlcli.h>
|
||||
#include "sqlcli.h"
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
Reference in New Issue
Block a user