diff options
| author | levlam <levlam@telegram.org> | 2021-09-19 00:47:05 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2021-09-19 00:47:05 +0300 |
| commit | db18baa50398773b96cb68164d9cb0937725af44 (patch) | |
| tree | f978c1eec81eb3f9cad7f11f934e057be4f8950a /benchmark/wget.cpp | |
| parent | 551103a084b480c87a0d8139415836aa79a21787 (diff) | |
Unify include order.
Diffstat (limited to 'benchmark/wget.cpp')
| -rw-r--r-- | benchmark/wget.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmark/wget.cpp b/benchmark/wget.cpp index 7657b20dc..357ebd03c 100644 --- a/benchmark/wget.cpp +++ b/benchmark/wget.cpp @@ -4,13 +4,13 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // +#include "td/net/HttpQuery.h" +#include "td/net/Wget.h" + #include "td/actor/actor.h" #include "td/actor/ConcurrentScheduler.h" #include "td/actor/PromiseFuture.h" -#include "td/net/HttpQuery.h" -#include "td/net/Wget.h" - #include "td/utils/common.h" #include "td/utils/logging.h" #include "td/utils/Status.h" |
