]> git.sesse.net Git - vlc/commitdiff
include charset.h is in the include path and not local
authorJean-Paul Saman <jpsaman@videolan.org>
Sun, 2 Oct 2005 16:34:56 +0000 (16:34 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Sun, 2 Oct 2005 16:34:56 +0000 (16:34 +0000)
modules/services_discovery/sap.c

index 27811eaf1f2bb49dc9bc10b1d5e2c129b50e05b1..9d88cafd767fc0a3dcb5de3726ff487df404131e 100644 (file)
 #include <stdlib.h>                                      /* malloc(), free() */
 
 #include <vlc/vlc.h>
-#include <vlc/intf.h>
-
 #include <vlc/input.h>
+#include <vlc/intf.h>
 
-#include "network.h"
-#include "charset.h"
+#include <network.h>
+#include <charset.h>
 
 #include <ctype.h>
 #include <errno.h>