summaryrefslogtreecommitdiffstats
path: root/video/out/opengl
diff options
context:
space:
mode:
authorThomas Weißschuh <thomas@t-8ch.de>2023-02-18 19:29:01 +0000
committerDudemanguy <random342@airmail.cc>2023-02-20 14:21:18 +0000
commit9efce6d4ae26114a23f41f0b3b2d0d9f0281547b (patch)
tree3fa0143e0d2fcf56ea66f4ea0027ab3e9aceedf9 /video/out/opengl
parenta90355660c9d5a37ea3f24d6ef162baee4b09ab2 (diff)
downloadmpv-9efce6d4ae26114a23f41f0b3b2d0d9f0281547b.tar.bz2
mpv-9efce6d4ae26114a23f41f0b3b2d0d9f0281547b.tar.xz
various: drop unused #include "config.h"
Most sources don't need config.h. The inclusion only leads to lots of unneeded recompilation if the configuration is changed.
Diffstat (limited to 'video/out/opengl')
-rw-r--r--video/out/opengl/hwdec_ios.m2
-rw-r--r--video/out/opengl/hwdec_osx.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/video/out/opengl/hwdec_ios.m b/video/out/opengl/hwdec_ios.m
index a2ca0310f2..139779f106 100644
--- a/video/out/opengl/hwdec_ios.m
+++ b/video/out/opengl/hwdec_ios.m
@@ -25,8 +25,6 @@
#include <libavutil/hwcontext.h>
-#include "config.h"
-
#include "video/out/gpu/hwdec.h"
#include "video/mp_image_pool.h"
#include "ra_gl.h"
diff --git a/video/out/opengl/hwdec_osx.c b/video/out/opengl/hwdec_osx.c
index 86e7402267..31d49493bb 100644
--- a/video/out/opengl/hwdec_osx.c
+++ b/video/out/opengl/hwdec_osx.c
@@ -26,8 +26,6 @@
#include <libavutil/hwcontext.h>
-#include "config.h"
-
#include "video/mp_image_pool.h"
#include "video/out/gpu/hwdec.h"
#include "ra_gl.h"