From 591e21a2ebd105c33127d4a792d4d0e1a083fcfc Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 7 Sep 2016 11:26:25 +0200 Subject: osdep: rename atomics.h to atomic.h The standard header is stdatomic.h, so the extra "s" freaks me out every time I look at it. --- video/out/x11_common.c | 1 - 1 file changed, 1 deletion(-) (limited to 'video/out/x11_common.c') diff --git a/video/out/x11_common.c b/video/out/x11_common.c index aa2185315e..32f5c6c723 100644 --- a/video/out/x11_common.c +++ b/video/out/x11_common.c @@ -40,7 +40,6 @@ #include "vo.h" #include "win_state.h" -#include "osdep/atomics.h" #include "osdep/io.h" #include "osdep/timer.h" #include "osdep/subprocess.h" -- cgit v1.2.3