summaryrefslogtreecommitdiffstats
path: root/audio/out/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/out/internal.h')
-rw-r--r--audio/out/internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/out/internal.h b/audio/out/internal.h
index 646132634b..182b2cbc93 100644
--- a/audio/out/internal.h
+++ b/audio/out/internal.h
@@ -18,10 +18,10 @@
#ifndef MP_AO_INTERNAL_H_
#define MP_AO_INTERNAL_H_
-#include <stdbool.h>
#include <pthread.h>
-
#include <stdatomic.h>
+#include <stdbool.h>
+
#include "audio/out/ao.h"
/* global data used by ao.c and ao drivers */