Skip to content

Commit

Permalink
Fix up includes reordered by auto-formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Mar 23, 2022
1 parent ad5e807 commit 07cca8d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
7.7.2
- Fix up damage done by auto-formatting.
7.7.1
- Don't try to set C++ version in `configure`. User can set compiler options.
- Finally fix a long-standing silly warning in autogen.
Expand Down
4 changes: 3 additions & 1 deletion test/test04.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
#include <cstring>
#include <ctime>

#include <pqxx/internal/header-post.hxx>
#include <pqxx/internal/header-pre.hxx>

#include <pqxx/internal/wait.hxx>

#include <pqxx/internal/header-post.hxx>

#include <pqxx/notification>
#include <pqxx/transaction>
#include <pqxx/transactor>
Expand Down
4 changes: 3 additions & 1 deletion test/test87.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
#include <ctime>
#include <iostream>

#include <pqxx/internal/header-post.hxx>
#include <pqxx/internal/header-pre.hxx>

#include <pqxx/internal/wait.hxx>

#include <pqxx/internal/header-post.hxx>

#include <pqxx/notification>
#include <pqxx/transaction>
#include <pqxx/transactor>
Expand Down
4 changes: 3 additions & 1 deletion test/unit/test_notification.cxx
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#include <chrono>

#include <pqxx/internal/header-post.hxx>
#include <pqxx/internal/header-pre.hxx>

#include <pqxx/internal/wait.hxx>

#include <pqxx/internal/header-post.hxx>

#include <pqxx/nontransaction>
#include <pqxx/notification>

Expand Down

0 comments on commit 07cca8d

Please sign in to comment.