1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-03 15:40:53 +02:00

Make include order follow Google/LLVM/Lakos guidelines

This commit is contained in:
Luke Peterson 2021-03-21 12:26:29 -07:00
parent 6132c67bd2
commit 651d5e18a3
3 changed files with 5 additions and 3 deletions

View file

@ -1,7 +1,8 @@
#include <doctest/doctest.h>
#include <greeter/greeter.h>
#include <greeter/version.h>
#include <doctest/doctest.h>
#include <string>
TEST_CASE("Greeter") {