From d05ef7fdc4eb527a940a1ec7449e8c5bf60f5862 Mon Sep 17 00:00:00 2001 From: NRK Date: Thu, 19 Oct 2023 20:26:26 +0600 Subject: various: sort some standard headers since i was going to fix the include order of stdatomic, might as well sort the surrouding includes in accordance with the project's coding style. some headers can sometime require specific include order. standard library headers usually don't. but mpv might "hack into" the standard headers (e.g pthreads) so that complicates things a bit more. hopefully nothing breaks. if it does, the style guide is to blame. --- options/m_config_frontend.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'options/m_config_frontend.h') diff --git a/options/m_config_frontend.h b/options/m_config_frontend.h index 3f0b25a5b2..6108d9feec 100644 --- a/options/m_config_frontend.h +++ b/options/m_config_frontend.h @@ -17,9 +17,10 @@ #pragma once +#include +#include #include #include -#include #include "common/common.h" #include "common/global.h" @@ -29,7 +30,6 @@ #include "misc/bstr.h" #include "misc/dispatch.h" #include "options/m_option.h" -#include // m_config provides an API to manipulate the config variables in MPlayer. // It makes use of the Options API to provide a context stack that -- cgit v1.2.3