From de2b4589a921647a13a6332a234e7e3236ef0fa8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= <rem@videolan.org>
Date: Thu, 1 May 2008 22:57:03 +0300
Subject: [PATCH] Remove useless include

---
 include/vlc_threads.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/vlc_threads.h b/include/vlc_threads.h
index 88b2b03e9357..43bfe9bb09f0 100644
--- a/include/vlc_threads.h
+++ b/include/vlc_threads.h
@@ -32,8 +32,6 @@
 #ifndef _VLC_THREADS_H_
 #define _VLC_THREADS_H_
 
-#include <stdio.h>
-
 #if defined( UNDER_CE )
                                                                 /* WinCE API */
 #elif defined( WIN32 )
-- 
GitLab