mirror of
https://github.com/mpv-player/mpv
synced 2024-11-18 21:16:10 +01:00
lua: cosmetics: fix some include directives
Apparently, the atomics were used by the win32 subprocess code. This code was moved to a separate file, but the atomics.h include was forgotten.
This commit is contained in:
parent
4966a67f71
commit
a40df83bae
@ -24,13 +24,12 @@
|
|||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
#include "osdep/io.h"
|
|
||||||
#include "osdep/atomics.h"
|
|
||||||
|
|
||||||
#include <lua.h>
|
#include <lua.h>
|
||||||
#include <lualib.h>
|
#include <lualib.h>
|
||||||
#include <lauxlib.h>
|
#include <lauxlib.h>
|
||||||
|
|
||||||
|
#include "osdep/io.h"
|
||||||
|
|
||||||
#include "talloc.h"
|
#include "talloc.h"
|
||||||
|
|
||||||
#include "common/common.h"
|
#include "common/common.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user