summaryrefslogtreecommitdiff
path: root/src/bin/psql/command.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-03-24 18:27:28 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2016-03-24 18:27:28 -0400
commitd65bea26a867e3bbd053bf87b985b0e113256414 (patch)
tree8fa168647280f88424cd536b6215ccf0ce469bb3 /src/bin/psql/command.c
parenta376960c8f8ec08783e1c529f36fbeb60236b378 (diff)
Move psql's print.c and mbprint.c into src/fe_utils.
Just turning the crank ...
Diffstat (limited to 'src/bin/psql/command.c')
-rw-r--r--src/bin/psql/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/command.c b/src/bin/psql/command.c
index e5ec8af11c5..50dc43bf61a 100644
--- a/src/bin/psql/command.c
+++ b/src/bin/psql/command.c
@@ -44,7 +44,7 @@
#include "input.h"
#include "large_obj.h"
#include "mainloop.h"
-#include "print.h"
+#include "fe_utils/print.h"
#include "psqlscanslash.h"
#include "settings.h"
#include "variables.h"