From 027af2a3cd3102392e69fbf1de59517075b28e2b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com>
Date: Sun, 27 Aug 2023 12:08:50 -0400
Subject: [PATCH] tests: cleanup headers

Change-Id: I9f31493c08164719342f8a2cf7f52c56676ee7e2
---
 tests/connectionManager.cpp | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/tests/connectionManager.cpp b/tests/connectionManager.cpp
index 60e6197..98f93fa 100644
--- a/tests/connectionManager.cpp
+++ b/tests/connectionManager.cpp
@@ -14,24 +14,23 @@
  *  You should have received a copy of the GNU General Public License
  *  along with this program. If not, see <https://www.gnu.org/licenses/>.
  */
-#include <iostream>
-#include <filesystem>
+
+#include "connectionmanager.h"
+#include "multiplexed_socket.h"
+#include "test_runner.h"
+#include "certstore.h"
 
 #include <opendht/log.h>
+#include <asio/executor_work_guard.hpp>
+#include <asio/io_context.hpp>
 
 #include <cppunit/TestAssert.h>
 #include <cppunit/TestFixture.h>
 #include <cppunit/extensions/HelperMacros.h>
 
-#include <asio/executor_work_guard.hpp>
-#include <asio/io_context.hpp>
-
 #include <condition_variable>
-
-#include "connectionmanager.h"
-#include "multiplexed_socket.h"
-#include "test_runner.h"
-#include "certstore.h"
+#include <iostream>
+#include <filesystem>
 
 using namespace std::literals::chrono_literals;
 
-- 
GitLab