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. --- filters/filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filters/filter.c') diff --git a/filters/filter.c b/filters/filter.c index c3d8bc059c..c386401c9f 100644 --- a/filters/filter.c +++ b/filters/filter.c @@ -1,12 +1,12 @@ #include #include +#include #include #include "common/common.h" #include "common/global.h" #include "common/msg.h" -#include #include "osdep/timer.h" #include "video/hwdec.h" #include "video/img_format.h" -- cgit v1.2.3