1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-01 21:31:19 +03:00

Replace examples .H to .h.

This commit is contained in:
Bruce Momjian
1999-12-03 18:28:32 +00:00
parent 5ada36c1e4
commit 573553296b
8 changed files with 10 additions and 10 deletions

View File

@@ -8,7 +8,7 @@
#include <iostream.h>
#include <iomanip.h>
#include <libpq++.H>
#include <libpq++.h>
int main()
{