mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-27 05:10:20 +00:00
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.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#include <io.h>
|
||||
|
||||
#include "common/msg.h"
|
||||
#include "osdep/atomics.h"
|
||||
#include "osdep/atomic.h"
|
||||
#include "osdep/io.h"
|
||||
#include "input.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user