]> git.sesse.net Git - vlc/commitdiff
Remove stdio while we're at it.
authorRémi Denis-Courmont <rem@videolan.org>
Mon, 20 Aug 2007 19:23:10 +0000 (19:23 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Mon, 20 Aug 2007 19:23:10 +0000 (19:23 +0000)
Finally rid of the strcasestr warning

88 files changed:
include/vlc_common.h
modules/access/cdda/access.c
modules/access/dc1394.c
modules/access/dshow/crossbar.cpp
modules/access/dshow/dshow.cpp
modules/access/dshow/filter.cpp
modules/access/dvdread.c
modules/access/fake.c
modules/access/ftp.c
modules/access/gnomevfs.c
modules/access/jack.c
modules/access/rtsp/real.c
modules/access/rtsp/rtsp.c
modules/access/v4l.c
modules/access/v4l2.c
modules/access/vcd/cdrom.c
modules/access/vcdx/demux.c
modules/access_filter/bandwidth.c
modules/access_filter/dump.c
modules/access_filter/record.c
modules/access_filter/timeshift.c
modules/access_output/http.c
modules/audio_filter/normvol.c
modules/audio_output/alsa.c
modules/codec/dmo/buffer.c
modules/codec/dmo/dmo.c
modules/codec/xvmc/xxmc.c
modules/control/dbus.c
modules/control/http/util.c
modules/control/rc.c
modules/demux/asf/libasf.c
modules/demux/mp4/libmp4.c
modules/demux/mp4/mp4.c
modules/demux/real.c
modules/demux/ts.c
modules/gui/beos/AudioOutput.cpp
modules/gui/beos/Interface.cpp
modules/gui/beos/ListViews.cpp
modules/gui/beos/VideoOutput.cpp
modules/gui/ncurses.c
modules/gui/pda/pda.c
modules/gui/pda/pda_callbacks.c
modules/gui/pda/pda_interface.c
modules/gui/pda/pda_support.c
modules/gui/skins2/unzip/ioapi.c
modules/gui/skins2/unzip/unzip.c
modules/gui/skins2/vars/time.cpp
modules/gui/skins2/vars/volume.cpp
modules/gui/wince/fileinfo.cpp
modules/gui/wince/iteminfo.cpp
modules/gui/wince/menus.cpp
modules/gui/wince/messages.cpp
modules/gui/wince/open.cpp
modules/gui/wince/playlist.cpp
modules/gui/wince/preferences.cpp
modules/gui/wince/preferences_widgets.cpp
modules/gui/wince/subtitles.cpp
modules/gui/wince/timer.cpp
modules/gui/wxwidgets/dialogs.cpp
modules/gui/wxwidgets/wxwidgets.cpp
modules/meta_engine/luameta.c
modules/misc/dummy/decoder.c
modules/misc/logger.c
modules/misc/playlist/xspf.c
modules/misc/xml/xtag.c
modules/stream_out/rtp.c
modules/stream_out/standard.c
modules/stream_out/switcher.c
modules/stream_out/transrate/block.c
modules/stream_out/transrate/frame.c
modules/stream_out/transrate/transrate.c
modules/visualization/galaktos/PCM.c
modules/visualization/galaktos/beat_detect.c
modules/visualization/galaktos/builtin_funcs.c
modules/visualization/galaktos/custom_shape.c
modules/visualization/galaktos/custom_wave.c
modules/visualization/galaktos/eval.c
modules/visualization/galaktos/fftsg.c
modules/visualization/galaktos/func.c
modules/visualization/galaktos/init_cond.c
modules/visualization/galaktos/main.c
modules/visualization/galaktos/param.c
modules/visualization/galaktos/parser.c
modules/visualization/galaktos/per_frame_eqn.c
modules/visualization/galaktos/per_pixel_eqn.c
modules/visualization/galaktos/preset.c
modules/visualization/galaktos/splaytree.c
modules/visualization/galaktos/tree_types.c

index 7a27f5576625e5605bb509d823286ce9ea425f23..7222e4a3b3b76c74c37eeca220420740989a06e6 100644 (file)
@@ -64,9 +64,8 @@
 #include <stdlib.h>
 #include <stdarg.h>
 
-#ifdef HAVE_STRING_H
-#   include <string.h>                                         /* strerror() */
-#endif
+#include <string.h>                                         /* strerror() */
+#include <stdio.h>
 
 #ifdef HAVE_SYS_TYPES_H
 #   include <sys/types.h>
index f9466d3487629a49641dec53846ddffd14a98bf6..07b3992b6b5c09c61f4a5346349ddeaa571c4270 100644 (file)
@@ -38,7 +38,6 @@
 #include <cdio/logging.h>
 #include <cdio/cd_types.h>
 
-#include <stdio.h>
 
 /* #ifdef variables below are defined via config.h via #include vlc above. */
 #ifdef HAVE_STDLIB_H
index 1a0d21a6dff8f78cbf7c944785925bbcbf6d8ba1..e075e79db41f5d9c139891073b6397859251e857 100644 (file)
@@ -31,7 +31,6 @@
 #include <vlc_vout.h>
 #include <vlc_demux.h>
 
-#include <stdio.h>
 
 #ifdef HAVE_FCNTL_H
 #   include <fcntl.h>
index a53be7f16e4ca3f46e6b67cd18a280384b064f9f..3a7bfedc91f925c8e7415bebb8dae13dbfba8289 100644 (file)
@@ -24,7 +24,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdio.h>
 
 #include <vlc/vlc.h>
 #include <vlc_vout.h>
index c96c958ac01d800d7c0fdbe1bfe1feaead451319..db90dbab80441bd46d8398c14d20b766f914809f 100644 (file)
@@ -25,7 +25,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdio.h>
 
 #include <vlc/vlc.h>
 #include <vlc_input.h>
index 28af536efb8bf30a15844a4900c40aabdefd24c4..4dbc1b377e6e9c3efa048e3f0979a2369504cbaa 100644 (file)
@@ -24,7 +24,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdio.h>
 
 #include <vlc/vlc.h>
 #include <vlc_vout.h>
index 5387c89e2eb49597ed888bf686391549710bb9b4..396e3e335134cbf045824ad8871920545be43ace 100644 (file)
@@ -25,7 +25,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdio.h>
 
 #include <vlc/vlc.h>
 #include <vlc_input.h>
index 610502b5449972d940662ab31f6447b6df658275..34532b31f4023388ee4720f2bc6d750170320a58 100644 (file)
@@ -24,7 +24,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdio.h>
 
 #include <vlc/vlc.h>
 #include <vlc_access.h>
index 29e7b56e4c93db75572dacba235d340af7fdea42..7233819bcd6c8f3709241bf40759a44bd1ee90e6 100644 (file)
@@ -28,7 +28,6 @@
  *****************************************************************************/
 #include <vlc/vlc.h>
 
-#include <stdio.h>
 #include <assert.h>
 
 #include <vlc_access.h>
index 22a98f0886f2d72a18a6b7cf064155af37f7c854..aec397569ebb783e087cde51101dcf5b9555d216 100644 (file)
@@ -29,7 +29,6 @@
 
 #include <libgnomevfs/gnome-vfs.h>
 
-#include <stdio.h>
 
 #include <vlc_charset.h>
 #include "vlc_url.h"
index fc0780fd62212eb0751880038ed9cfa6c1bbfb42..95f76c351e2322073e55271d010dcba2adef7eb9 100644 (file)
@@ -30,7 +30,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdio.h>
 
 #include <vlc/vlc.h>
 #include <vlc_input.h>
index 5481717adcebefffe5dfd952f675c9f98258a660..4b55261bc76a65bbe537129a67a9e46d000d7c51 100644 (file)
@@ -22,7 +22,6 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
-#include <stdio.h>
 
 #include <vlc/vlc.h>
 
index 62ef640bfeccf5e78dc6c12666316c0d122fde3f..a9133be62fcc684dff1190afc2e437824ba031ab 100644 (file)
@@ -23,7 +23,6 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
-#include <stdio.h>
 
 #include <vlc/vlc.h>
 
index fd0c88e3f348cc851d7b4f87c84c12ef760900c6..6fb5828042566dc707b4f088ade5e3b9245ca7e8 100644 (file)
@@ -27,7 +27,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdio.h>
 
 #include <vlc/vlc.h>
 #include <vlc_input.h>
index b1b46f640ad7252d6967e381b7639daaea3b7eec..b94d868329b41c67d2d8cb09ecd96e1c12633de7 100644 (file)
@@ -23,7 +23,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdio.h>
 
 #include <vlc/vlc.h>
 #include <vlc_access.h>
index 802ab8cd81881d422191644bcbf845b39c4c87a5..814990e814ff8ed299fb482fe28d524788ab5881 100644 (file)
@@ -33,7 +33,6 @@
 #   include <unistd.h>
 #endif
 
-#include <stdio.h>
 #include <errno.h>
 #ifdef HAVE_SYS_TYPES_H
 #   include <sys/types.h>
index 190b531184ad3eef6fa72da78f01e9997fa67a87..0aafb3a30d9572e7c910a6c17a3d32eb9229b53e 100644 (file)
@@ -24,7 +24,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdio.h>
 
 #include <vlc/vlc.h>
 #include <vlc_input.h>
index fcd82802be817e9f4669fb592fcbb3d494c18eb4..67eb0207cdf0d2667322c4802ba7e5b27cdc9758 100644 (file)
@@ -21,7 +21,6 @@
 
 #include <vlc/vlc.h>
 
-#include <stdio.h>
 #include <assert.h>
 #include <errno.h>
 
index f771102fbc0b97a777d208f750184d0f14ac3575..eede01a11fa7a8eec27725c6da1ff90a11ac6c42 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <vlc/vlc.h>
 
-#include <stdio.h>
 #include <assert.h>
 #include <time.h>
 #include <errno.h>
index f3362765ea739e4a6b57b04f5db73c969923a33b..e0e613a2a7c2591bd6161029eeb6e64be1c23dff 100644 (file)
@@ -27,7 +27,6 @@
 
 #include <vlc/vlc.h>
 
-#include <stdio.h>
 #include <vlc_input.h>
 #include <vlc_access.h>
 
index 33bc5c2cf38978d7dbf5bedc6c7a675f18589cc9..d34985252a9767c41f57ee79f02f513eea267b23 100644 (file)
@@ -27,7 +27,6 @@
  *****************************************************************************/
 #include <vlc/vlc.h>
 
-#include <stdio.h>
 
 #include <errno.h>
 
index 6bdbcf41609d012ed04717b6d496f32a47e11eb1..feb9f05a4683928877d4df36c4c00e68b06a600b 100644 (file)
@@ -30,7 +30,6 @@
 #include <vlc_sout.h>
 #include <vlc_block.h>
 
-#include <stdio.h>
 
 #include <vlc_input.h>
 #include <vlc_playlist.h>
index 78d84d6c15fd794f7629f21a0478566213548382..5ad9c185c9acd44578a7626937693ca84749e2d1 100644 (file)
@@ -33,7 +33,6 @@
  *****************************************************************************/
 
 #include <errno.h>                                                 /* ENOMEM */
-#include <stdio.h>
 #include <ctype.h>
 #include <signal.h>
 
index e4ba911543dfd7b71f213bd3f76ac8393cee8065..69f70877925c770a2b03f83de7b9130c913937dd 100644 (file)
@@ -29,7 +29,6 @@
  *****************************************************************************/
 #include <vlc/vlc.h>
 
-#include <stdio.h>
 #include <errno.h>                                                 /* ENOMEM */
 #include <vlc_interface.h>
 
index 3b6754e53d5fbacdfe868f913644919edd76646c..8e0721fddc8040b96dd9e9f6cf79b47995dc38dd 100644 (file)
@@ -24,7 +24,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdio.h>
 
 #include <vlc/vlc.h>
 #include <vlc_codec.h>
index 5219a7b63e35ed56456b9c876615779177737b23..7be93f5f5b9471c78a4a85f946732c521b22e970 100644 (file)
@@ -24,7 +24,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdio.h>
 
 #include <vlc/vlc.h>
 #include <vlc_codec.h>
index d35ae3c89dae17bd1f88f00caae3ea25e94f83e4..da60436e1414a3ab7008d79100a7bf3a75bb4f4a 100644 (file)
@@ -30,7 +30,6 @@
 #include <vlc_codec.h>
 #include <vlc_vout_synchro.h>
 
-#include <stdio.h>
 #include <unistd.h>
 #include <mcheck.h>
 
index 5c33a505deb0a3a453b3c5c6f854275061069c48..5592c42c16bfec679f42071f90de2c2461fc124b 100644 (file)
@@ -38,7 +38,6 @@
  *****************************************************************************/
 
 #include <dbus/dbus.h>
-#include <stdio.h>
 
 #include "dbus.h"
 
index 87b41ce6f488cfcd7ede31d8a387a6321e0f3551..fd700a4c6e488e74c49484667d528188b95edfa2 100644 (file)
@@ -24,7 +24,6 @@
  *****************************************************************************/
 
 #include <vlc/vlc.h>
-#include <stdio.h>
 #include "http.h"
 #include "vlc_strings.h"
 
index 72608cc41322eecb657f40967942d596e3ac568b..2866fc1662a2e7c61ca2a3b4cdcaa00d784bc527 100644 (file)
@@ -29,7 +29,6 @@
 
 
 #include <errno.h>                                                 /* ENOMEM */
-#include <stdio.h>
 #include <ctype.h>
 #include <signal.h>
 
index e21d6b9a56b8cd1cf37d94f240c8303f369eed0d..a4e339b2f8c06b968d6aa0f0e822ffb800654f1c 100644 (file)
@@ -24,7 +24,6 @@
 
 #include <vlc/vlc.h>
 
-#include <stdio.h>
 
 #include <vlc_demux.h>
 
index a104aeeeffae9b248f991038a5ab3bbd95d956ef..349e54f84b77967eefd9767c8aafe62aca58b3b7 100644 (file)
@@ -22,7 +22,6 @@
  *****************************************************************************/
 #include <vlc/vlc.h>
 
-#include <stdio.h>
 
 #include <vlc_demux.h>
 
index d547fa3c9e87dfa0d58152d32f79717eac015981..b81c9929db8be24b179b8202f2bc75741dd0eff5 100644 (file)
@@ -26,7 +26,6 @@
 
 #include <vlc/vlc.h>
 
-#include <stdio.h>
 
 #include <vlc_demux.h>
 #include <vlc_playlist.h>
index bc236fd0c0ffc7c3999a27b480dd0f8a9d67b0cc..23f717c6cc2c7b37cc2f085c63b9cb4b911b61e6 100644 (file)
@@ -26,7 +26,6 @@
  *****************************************************************************/
 #include <vlc/vlc.h>
 
-#include <stdio.h>
 
 #include <vlc_demux.h>
 #include <vlc_charset.h>
index 906903875514f88c3f29da86aaaf76ea3848ac2b..02d518be36d989a5e2379636634815495d05f294 100644 (file)
@@ -28,7 +28,6 @@
 
 #include <vlc/vlc.h>
 
-#include <stdio.h>
 #include <ctype.h>
 
 #include <vlc_access.h> /* DVB-specific things */
index 553221df8a8e4bb831770b625f49b0980e0f13f2..71ebfb99950d8d4f1363b342f11d7241c056e43e 100644 (file)
@@ -26,7 +26,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdio.h>
 #include <malloc.h>
 
 #include <SoundPlayer.h>
index fa6e68b9399b9c551f443a569bde250e930f3cab..cbaebcc4f98427939367251d53bf9c12ce26ae23 100644 (file)
@@ -29,7 +29,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdio.h>
 #include <InterfaceKit.h>
 #include <Application.h>
 #include <Message.h>
index edbba9f1008aa291f5eb605ba2d19b2ee40b5523..aa8a3883f5a3affb2cf33ac8a7b2373cd47b64db 100644 (file)
@@ -23,7 +23,6 @@
 
 #if 0
 
-#include <stdio.h>
 #include <malloc.h>
 
 #include <Bitmap.h>
index daf15adec95b30637d614bb4b93613dfda99e306..dd9a422ffa4bcb6a11514e5ecb2ac43352966b0d 100644 (file)
@@ -29,7 +29,6 @@
  * Preamble
  *****************************************************************************/
 #include <errno.h>                                                 /* ENOMEM */
-#include <stdio.h>
 
 #include <Application.h>
 #include <BitmapStream.h>
index f10b6b9b21884b89975b54e52a6188126a2741c6..a7abf9a35de2877015f21f19265eb6b468c76f38 100644 (file)
@@ -28,7 +28,6 @@
  * Preamble
  *****************************************************************************/
 #include <errno.h>                                                 /* ENOMEM */
-#include <stdio.h>
 #include <time.h>
 
 #include <curses.h>
index f8a237b5f29273a56036c4601794ebafa32708f8..6b1362485e35f90603d91b9e06a2d18f55ba2ecc 100644 (file)
@@ -26,7 +26,6 @@
  * Preamble
  *****************************************************************************/
 #include <errno.h>                                                 /* ENOMEM */
-#include <stdio.h>
 
 #include <vlc/vlc.h>
 #include <vlc_interface.h>
index 6f4a6d8a835ad3a2c85bccd309bf38b4136b0b79..09da827ed6518beedce1b2115941fbfdb9860e27 100644 (file)
@@ -30,7 +30,6 @@
 #include <vlc_playlist.h>
 #include <vlc_vout.h>
 
-#include <stdio.h>
 #include <dirent.h>
 #include <sys/stat.h>
 #include <unistd.h>
index e750a9d48d9fcc06578bd5274addef23cde05c00..b847b87bcb7c20e8253dd3b054a3ad12a4bbe24b 100644 (file)
@@ -9,7 +9,6 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
-#include <stdio.h>
 
 #include <gdk/gdkkeysyms.h>
 #include <gtk/gtk.h>
index 56a8cc673abbea6f65a4ea98d3f0228e782aad13..36b73e8a0b3a998da7879be0592e8dd80715963d 100644 (file)
@@ -9,7 +9,6 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
-#include <stdio.h>
 
 #include <gtk/gtk.h>
 
index ab28cb7b7725b9d04a65a80d64f854f54ac09395..6c6343d7cf6bf83868e7fd984d7a0268cc08467d 100644 (file)
@@ -6,7 +6,6 @@
    Copyright (C) 1998-2005 Gilles Vollant
 */
 
-#include <stdio.h>
 
 #include "zlib.h"
 #include "ioapi.h"
index f8e5c2f1518575990595434ff4e622bf55dba1ff..f9efb750e879fabb95ac8d4af92dd29f1ac0c483 100644 (file)
@@ -35,7 +35,6 @@ woven in by Terry Thorsen 1/2003.
  */
 
 
-#include <stdio.h>
 #include "zlib.h"
 #include "unzip.h"
 
index 69438627d051b7049f195da6510d9a8c8adba332..c0fe90a1f5095d94aef154841f482b421026e0df 100644 (file)
@@ -22,7 +22,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#include <stdio.h>  // snprintf
 
 #include "time.hpp"
 #include <vlc_input.h>
index 87058bd1972b7a8d33a16b1f9b142caf5a836ea0..6adca642f9f516ff12c99789eafa2d2738297263 100644 (file)
@@ -22,7 +22,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#include <stdio.h>  // snprintf
 #include <vlc/vlc.h>
 #include <vlc_aout.h>
 #include "volume.hpp"
index 8d61db540cae2272567825496057a1e7bebf7f33..1fe930c6481767c85f2358e428b554b2b599677c 100644 (file)
@@ -25,7 +25,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdio.h>
 #include <vlc/vlc.h>
 #include <vlc_interface.h>
 
index 2747a6e4b9733425f36777c6084c430d43d7efdc..d59d7ae2592a44954eb6cbc49e387affdcc2a7b0 100644 (file)
@@ -25,7 +25,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdio.h>
 #include <vlc/vlc.h>
 #include <vlc_interface.h>
 
index d76b745a1b0f43f921fd93c8e8218650891fcb94..f7d1ecd3c3bec0454cb7d283c837e0842eb483ae 100644 (file)
@@ -25,7 +25,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdio.h>
 #include <vlc/vlc.h>
 #include <vlc_interface.h>
 
index 768c0404567044aad30a68b78116e32cf9c379a9..3961f9798c13b5d4d3c6ae3afac98dea9797964e 100644 (file)
@@ -25,7 +25,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdio.h>
 #include <vlc/vlc.h>
 #include <vlc_interface.h>
 
index 965aa240dc3ec28018a37d9d8e8797216b26b40d..1e8ab93d13a116cd2c155f457d2b2c9d836a961e 100644 (file)
@@ -25,7 +25,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdio.h>
 #include <vlc/vlc.h>
 #include <vlc_interface.h>
 
index ed54ce0990a367d82a380e3880b16c267a08a0c7..96e4db04d31c1ff53e619923d088be67fecf1ec0 100644 (file)
@@ -25,7 +25,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdio.h>
 #include <vlc/vlc.h>
 #include <vlc_interface.h>
 
index 9e458e73a7cce1559d987cb584d0f64df8c138fd..e42498e734f03ae9d065b4e8e5fd0ffd0dea8436 100644 (file)
@@ -25,7 +25,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdio.h>
 #include <vlc/vlc.h>
 #include <vlc_interface.h>
 
index 9255afcdd44f0e2c93bb4b5ef9a429542557433f..a984bd02002b53ba919a297dfdbb34010de50e03 100644 (file)
@@ -25,7 +25,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdio.h>
 #include <vlc/vlc.h>
 #include <vlc_interface.h>
 
index 77140ee127ceb4bdc8cd262b6efeac66b5b55b45..25b597c15bc918fa140a03f5d7d28dab4b840340 100644 (file)
@@ -25,7 +25,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdio.h>
 #include <vlc/vlc.h>
 #include <vlc_interface.h>
 
index 7135306b683c87488fa636609e73d5f1c0e6c55e..0562dcb660247d8341937fb1a401eef3356dc1eb 100644 (file)
@@ -25,7 +25,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdio.h>
 #include <vlc/vlc.h>
 #include <vlc_aout.h>
 #include <vlc_interface.h>
index 192a1519859e44a1bfe7c2fce6dbab6798db479c..dd5c616aa2e04e73bf993dbd9aa41a95f03d8352 100644 (file)
@@ -25,7 +25,6 @@
  * Preamble
  *****************************************************************************/
 #include <errno.h>                                                 /* ENOMEM */
-#include <stdio.h>
 
 #include <vlc/vlc.h>
 #include <vlc_aout.h>
index 0e7453da18f6ec90bfa62d9ed7b43bc01a670997..9344cbd0bc4e41fe3d40b61c42788f6acfb63596 100644 (file)
@@ -25,7 +25,6 @@
  * Preamble
  *****************************************************************************/
 #include <errno.h>                                                 /* ENOMEM */
-#include <stdio.h>
 
 #include <vlc/vlc.h>
 #include <vlc_interface.h>
index f3b68bc381dfb906c4ad9a9c1412c62bec1277d6..9f89a05cad960a4da56154f49263602be49f61fc 100644 (file)
@@ -28,7 +28,6 @@
 #ifndef  _GNU_SOURCE
 #   define  _GNU_SOURCE
 #endif
-#include <stdio.h>                                       /*asprintf()*/
 
 #include <vlc/vlc.h>
 #include <vlc_input.h>
index 8f31c72829f7e2ae73e7ef8c2603fa17015cc53e..92d76cd91ae9a0a6d13a1a7f06ccf22d6a26765e 100644 (file)
@@ -46,7 +46,6 @@
 #   include <limits.h> /* PATH_MAX */
 #endif
 
-#include <stdio.h> /* sprintf() */
 
 #include "dummy.h"
 
index 6a2ee2472266321781a6aad0490b30c6dce0f050..efc53512dbb77f08bca8009eaedf6d6574715ac3 100644 (file)
@@ -26,7 +26,6 @@
  *****************************************************************************/
 
 #include <errno.h>                                                 /* ENOMEM */
-#include <stdio.h>
 
 #ifdef UNDER_CE
 #   define _IONBF 0x0004
index 2f078da8922456d828e8ad7d026478067ae09c49..5b8da77e198284826fb157f57dd1b2bae891aceb 100644 (file)
@@ -26,7 +26,6 @@
  * \file modules/misc/playlist/xspf.c
  * \brief XSPF playlist export functions
  */
-#include <stdio.h>
 #include <vlc/vlc.h>
 #include <vlc_interface.h>
 #include <vlc_playlist.h>
index 416f59e3042c8f989759adbb47f2dcc68949ecbc..6176cc0f46112e5bd577fd9d003610f60901fa23 100644 (file)
@@ -34,7 +34,6 @@
 
 #include <ctype.h>
 #include <stdarg.h>
-#include <stdio.h>
 
 #undef XTAG_DEBUG
 
index b4ece0c7b828e7336884b389ff677c2ea9120121..ee1447b5b1eb1a658e701a94400ed4478a03c296 100644 (file)
@@ -25,7 +25,6 @@
  * Preamble
  *****************************************************************************/
 #include "config.h"
-#include <stdio.h>
 #ifdef HAVE_UNISTD_H
 #   include <unistd.h>
 #endif
index 5552e69bd0ecd1bbe7b550557417bbe508607dcc..fe9c0b55a1b9f9b9474d0791a1ce65becc5e0736 100644 (file)
@@ -27,7 +27,6 @@
 #include <vlc/vlc.h>
 #include <vlc_sout.h>
 
-#include <stdio.h>
 
 #include <vlc_network.h>
 #include "vlc_url.h"
index 91cf2754337e822db4ceae0938b6845d3b1d917c..aee074c4c446106d60b46be078743b6f88283968 100644 (file)
@@ -24,7 +24,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdio.h>
 #include <math.h>
 
 #include <vlc/vlc.h>
index 08068e30ceb10ac1043d24f7ffaf5b4a293d8e6d..c15ce294718662e31fe70e289adfe83ceac3d383 100644 (file)
@@ -31,7 +31,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdio.h>
 #define NDEBUG 1
 #include <assert.h>
 #include <math.h>
index b87bb3f88904ec0252ccf0b629d512709d1b82f3..f7f5d79d1b2b911b0e9b4a003da6d410635bc148 100644 (file)
@@ -31,7 +31,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdio.h>
 #define NDEBUG 1
 #include <assert.h>
 #include <math.h>
index 1c7b59ee605da5573c97e3eb799bd6612d6a6a2a..34efbd582d23478fc0989c88bb0e0724dec13b1e 100644 (file)
@@ -25,7 +25,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdio.h>
 #define NDEBUG 1
 #include <assert.h>
 #include <math.h>
index a08f0c635e4043b7155443894d13759a0bf1e11e..3c159bd30a967c86fa9c437abe12244645a44eb5 100644 (file)
@@ -30,7 +30,6 @@
 //Takes sound data from wherever and hands it back out.
 //Returns PCM Data or spectrum data, or the derivative of the PCM data
 
-#include <stdio.h>
 #include <inttypes.h>
 
 double **PCMd;    //data structure to store PCM data  PCM[channels][maxsamples]
index 9b7e33808f523de4ac63fc9b4bfd3ab1b3ef7eab..9d9291181ea7c1e45e7eb50e16bb2c5acece0274 100644 (file)
@@ -30,7 +30,6 @@
 //
 //Some stuff was taken from Frederic Patin's beat-detection article, you'll find it online
 
-#include <stdio.h>
 #include "engine_vars.h"
 
 double beat_buffer[32][80],beat_instant[32],beat_history[32];
index fc3049e9e5d4fff89361e8f4b4d2cb3953f1a82b..0e3bcef4b9e4e404ed233df2157bc61340e26b98 100644 (file)
@@ -24,7 +24,6 @@
 
 
 #include <math.h>
-#include <stdio.h>
 /* Values to optimize the sigmoid function */
 #define R  32767   
 #define RR 65534   
index 65461156914af62c240ff5e2ac08daa9cde1d898..a421ab68deebff4fe5a088744f7cbca074615202 100644 (file)
@@ -25,7 +25,6 @@
 //
 
 
-#include <stdio.h>
 
 #include "common.h"
 #include "fatal.h"
index 69da44b55a2e2e5c8bffd9213b30a7df7772237e..43e7a0f471dd651b00e8309e20b0d1ccaf5ba425 100644 (file)
@@ -24,7 +24,6 @@
 
 
 
-#include <stdio.h>
 
 #include "common.h"
 #include "fatal.h"
index dedfbf83e8e9176199ceb118202788f3e00918f9..77de525db2e0a20e1c8be2b46f5b76c44495ef40 100644 (file)
@@ -26,7 +26,6 @@
 
 /* Evaluation Code */
 
-#include <stdio.h>
 #include "common.h"
 #include "fatal.h"
 
index 08ebfd13b423bcec6c254a39e1e2d5247628a2ab..37997fe0742d8d08bee935e62fbb4b2d759a6aa6 100644 (file)
@@ -778,7 +778,6 @@ void makect(int nc, int *ip, double *c)
 #define CDFT_4THREADS_BEGIN_N 65536
 #endif
 #include <pthread.h>
-#include <stdio.h>
 #define cdft_thread_t pthread_t
 #define cdft_thread_create(thp,func,argp) { \
     if (pthread_create(thp, NULL, func, (void *) argp) != 0) { \
@@ -804,7 +803,6 @@ void makect(int nc, int *ip, double *c)
 #define CDFT_4THREADS_BEGIN_N 524288
 #endif
 #include <windows.h>
-#include <stdio.h>
 #define cdft_thread_t HANDLE
 #define cdft_thread_create(thp,func,argp) { \
     DWORD thid; \
index e5f73d7e7900cc0467c26af0cf8b242a75466b05..053893be82cc97769150b767c646865398b6df05 100644 (file)
@@ -1,6 +1,5 @@
 /* Function management */
 
-#include <stdio.h>
 
 #include "common.h"
 #include "fatal.h"
index 7609250e7feb6e9d1756d2c9d3eb13a49cf3b1b5..c5ccc71a471cde4eafa24bf68068f8f3ed1edefd 100644 (file)
@@ -26,7 +26,6 @@
 
 /* Library functions to manipulate initial condition values */
 
-#include <stdio.h>
 
 #include "common.h"
 #include "fatal.h"
index fa3c22285fe1cdee5b0c580f1e772838730efcff..901d3737605132a59ae32307f285b81a69217641 100644 (file)
@@ -27,7 +27,6 @@
 #include <GL/glu.h>
 #include <unistd.h>
 #include <math.h>
-#include <stdio.h>
 #include "common.h"
 #include "preset_types.h"
 #include "preset.h"
index 1ed4e26f0c9908521594225fe9a478e282a41d12..ab6fe3a2199c91b14c26b339a4f9846ed7d62717 100644 (file)
@@ -26,7 +26,6 @@
 
 /* Basic Parameter Functions */
 
-#include <stdio.h>
 #include <math.h>
 #include "fatal.h"
 #include "common.h"
index 297cbac69b851b97a969499bf964ce76333a6c2d..108c5a77a5a248d39167a8f1b8fdcc0b25592609 100644 (file)
@@ -26,7 +26,6 @@
 
 /* parser.c */
 
-#include <stdio.h>
 
 #include "common.h"
 #include "fatal.h"
index b292bf7845bde347b7992e9a2ce71bef6517aedd..43170407f918d6e3188e595a2d7ee5aac644dd76 100644 (file)
@@ -24,7 +24,6 @@
 
 
 
-#include <stdio.h>
 
 #include "fatal.h"
 #include "common.h"
index 9278cc78cda0907507de7c85a4113ac039df4915..491a0651b178d9dd7ac18dd77a150f23d2e61ccf 100644 (file)
@@ -24,7 +24,6 @@
 
 
 
-#include <stdio.h>
 
 #include "fatal.h"
 #include "common.h"
index bab3e3f16e915f5c8f9ad20656710ffbaca215e1..af0471a238ad54874ecfe1507af9fd66cd56c551 100644 (file)
@@ -25,7 +25,6 @@
 #include <vlc/vlc.h>
 
 
-#include <stdio.h>
 #include <dirent.h>
 #include <time.h>
 #include "common.h"
index fff17717fded097de5636a5192b5e944eae89d09..661e77f06441690196f2564a37ad5c9bf250c5c1 100644 (file)
@@ -72,7 +72,6 @@
   (cep@andrew.cmu.edu), to suit personal needs, 
 */
 
-#include <stdio.h>
 
 #include "common.h"
 #include "fatal.h"
index 08d53af7b850c6b7512e4648c25fdbc0cb9de866..aa5b5e6a18da7be0f4e2df658864c64923280a62 100644 (file)
@@ -24,7 +24,6 @@
 
 
 
-#include <stdio.h>
 #include "common.h"
 
 /* Compares integer value numbers in 32 bit range */