diff options
Diffstat (limited to 'Tests/CMakeServerLib')
-rw-r--r-- | Tests/CMakeServerLib/testServerBuffering.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Tests/CMakeServerLib/testServerBuffering.cpp b/Tests/CMakeServerLib/testServerBuffering.cpp index 8b0b89b..6f22940 100644 --- a/Tests/CMakeServerLib/testServerBuffering.cpp +++ b/Tests/CMakeServerLib/testServerBuffering.cpp @@ -1,11 +1,11 @@ -#include "cmConnection.h" -#include "cmServerConnection.h" - #include <iostream> #include <memory> #include <string> #include <vector> +#include "cmConnection.h" +#include "cmServerConnection.h" + void print_error(const std::vector<std::string>& input, const std::vector<std::string>& output) { |