From d373bc6ed0c3b97526fc350b01d2d407409d0fce Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 14 Sep 2020 02:17:43 +0300 Subject: clang-format: regroup #includes --- src/call_stack.cpp | 2 +- src/dbghelp.cpp | 5 ++--- src/error.cpp | 2 +- src/module.cpp | 5 ++--- src/process.cpp | 5 ++--- src/repo.cpp | 2 +- src/symbol.cpp | 5 ++--- src/utils/file.cpp | 2 +- 8 files changed, 12 insertions(+), 16 deletions(-) (limited to 'src') diff --git a/src/call_stack.cpp b/src/call_stack.cpp index d9e0637..aec50de 100644 --- a/src/call_stack.cpp +++ b/src/call_stack.cpp @@ -3,7 +3,7 @@ // For details, see https://github.com/egor-tensin/pdb-repo. // Distributed under the MIT License. -#include "pdb/all.hpp" +#include #include diff --git a/src/dbghelp.cpp b/src/dbghelp.cpp index 5b66914..8f0f7d6 100644 --- a/src/dbghelp.cpp +++ b/src/dbghelp.cpp @@ -3,11 +3,10 @@ // For details, see https://github.com/egor-tensin/pdb-repo. // Distributed under the MIT License. -#include "pdb/all.hpp" - -#include +#include #include +#include #include #include diff --git a/src/error.cpp b/src/error.cpp index d305e88..74cf395 100644 --- a/src/error.cpp +++ b/src/error.cpp @@ -3,7 +3,7 @@ // For details, see https://github.com/egor-tensin/pdb-repo. // Distributed under the MIT License. -#include "pdb/all.hpp" +#include #include diff --git a/src/module.cpp b/src/module.cpp index f4f3eb9..3f4764c 100644 --- a/src/module.cpp +++ b/src/module.cpp @@ -3,11 +3,10 @@ // For details, see https://github.com/egor-tensin/pdb-repo. // Distributed under the MIT License. -#include "pdb/all.hpp" - -#include +#include #include +#include #include #include diff --git a/src/process.cpp b/src/process.cpp index c2a32f4..5ba3734 100644 --- a/src/process.cpp +++ b/src/process.cpp @@ -1,8 +1,7 @@ -#include "pdb/all.hpp" - -#include +#include #include +#include #include diff --git a/src/repo.cpp b/src/repo.cpp index 6ef5252..fbdf1ae 100644 --- a/src/repo.cpp +++ b/src/repo.cpp @@ -3,7 +3,7 @@ // For details, see https://github.com/egor-tensin/pdb-repo. // Distributed under the MIT License. -#include "pdb/all.hpp" +#include #include #include diff --git a/src/symbol.cpp b/src/symbol.cpp index d51cc83..ad7bd3f 100644 --- a/src/symbol.cpp +++ b/src/symbol.cpp @@ -3,11 +3,10 @@ // For details, see https://github.com/egor-tensin/pdb-repo. // Distributed under the MIT License. -#include "pdb/all.hpp" - -#include +#include #include +#include #include #include diff --git a/src/utils/file.cpp b/src/utils/file.cpp index 826f470..4d7dd53 100644 --- a/src/utils/file.cpp +++ b/src/utils/file.cpp @@ -3,7 +3,7 @@ // For details, see https://github.com/egor-tensin/pdb-repo. // Distributed under the MIT License. -#include "pdb/all.hpp" +#include #include -- cgit v1.2.3