git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove config_GetCacheDir
[vlc.git]
/
src
/
config
/
intf.c
diff --git
a/src/config/intf.c
b/src/config/intf.c
index
6edb072
..
a97ef24
100644
(file)
--- a/
src/config/intf.c
+++ b/
src/config/intf.c
@@
-25,7
+25,9
@@
# include "config.h"
#endif
-#include <vlc/vlc.h>
+#include <vlc_common.h>
+
+#include <assert.h>
/* Adds an extra interface to the configuration */
void __config_AddIntf( vlc_object_t *p_this, const char *psz_intf )