mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-20 08:16:44 +01:00
clang-tidy header include order
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#include "ClientSocket.h"
|
||||
#include "ServerSocket.h"
|
||||
#include "catch.hpp"
|
||||
#include <chrono>
|
||||
#include <future>
|
||||
#include <iostream>
|
||||
#include <chrono>
|
||||
|
||||
std::vector<char> server() {
|
||||
std::cout << "starting server\n";
|
||||
|
||||
Reference in New Issue
Block a user