[vlc-commits] [Git][videolan/vlc][master] access: cache: use local path for cache.h include

Steve Lhomme (@robUx4) gitlab at videolan.org
Sat Nov 16 09:51:47 UTC 2024



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
d86a61ec by Steve Lhomme at 2024-11-16T09:27:17+00:00
access: cache: use local path for cache.h include

So we don't rely on including the whole modules folder.

- - - - -


1 changed file:

- modules/access/cache.c


Changes:

=====================================
modules/access/cache.c
=====================================
@@ -25,7 +25,7 @@
 #include <vlc_common.h>
 #include <vlc_threads.h>
 
-#include "access/cache.h"
+#include "cache.h"
 
 #include <assert.h>
 



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d86a61ec1340eda4729c89ffdd51782a0aba843a

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d86a61ec1340eda4729c89ffdd51782a0aba843a
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list