Commit 7c371754 authored by Diego Biurrun's avatar Diego Biurrun

atomic_win32: Drop unnecessary atomic.h #include

The file does not require atomic.h. Also kills function redefinition warnings.
parent 6baeadd1
...@@ -23,8 +23,6 @@ ...@@ -23,8 +23,6 @@
#include <windows.h> #include <windows.h>
#include "atomic.h"
#define avpriv_atomic_int_get atomic_int_get_win32 #define avpriv_atomic_int_get atomic_int_get_win32
static inline int atomic_int_get_win32(volatile int *ptr) static inline int atomic_int_get_win32(volatile int *ptr)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment