]> git.sesse.net Git - vlc/blobdiff - src/config/intf.c
Include assert.h when needed
[vlc] / src / config / intf.c
index 78f15454c25898bd16800e97e6ad01021a7ee79f..a8ae1b68fd91ad767aff0344b3ad63a617370a38 100644 (file)
 #include "vlc_charset.h"
 
 #include <errno.h>                                                  /* errno */
-
-#ifdef HAVE_LIMITS_H
-#   include <limits.h>
-#endif
+#include <assert.h>
+#include <limits.h>
 
 #ifdef HAVE_UNISTD_H
 #    include <unistd.h>                                          /* getuid() */