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:
wm4
2016-09-07 11:26:25 +02:00
parent c6b7a4dace
commit 591e21a2eb
16 changed files with 16 additions and 17 deletions

View File

@@ -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"