From d877f0990b0d33998b6c530dcf4f9768d0847fb3 Mon Sep 17 00:00:00 2001 From: Vasiliy Glazov Date: Fri, 13 Mar 2020 16:26:00 +0300 Subject: [PATCH] Sort headers. --- coding/move_to_front.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +#include #include #include -#include namespace coding {