Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/coding
diff options
context:
space:
mode:
authorVasiliy Glazov <vascom2@gmail.com>2020-03-13 16:26:00 +0300
committermpimenov <mpimenov@users.noreply.github.com>2020-03-13 16:36:31 +0300
commitd877f0990b0d33998b6c530dcf4f9768d0847fb3 (patch)
tree95e4d3e7ff52b91add087e05ff2a40e24e5e354f /coding
parentb410d2e6c9a1bec24811d6247a82f736d634d7ee (diff)
Sort headers.
Diffstat (limited to 'coding')
-rw-r--r--coding/move_to_front.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/coding/move_to_front.hpp b/coding/move_to_front.hpp
index a22aabb31b..4e2a391c44 100644
--- a/coding/move_to_front.hpp
+++ b/coding/move_to_front.hpp
@@ -1,9 +1,9 @@
#pragma once
#include <array>
+#include <cstddef>
#include <cstdint>
#include <limits>
-#include <cstddef>
namespace coding
{