[SCM] traverso packaging branch, master, updated. debian/0.49.0.rc1-1.1-8-g024c474

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Jun 5 01:18:23 UTC 2010


The following commit has been merged in the master branch:
commit 605d728ed451cc0a71bbd7fdc22781a3bd1fa546
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date:   Sat Jun 5 03:14:34 2010 +0200

    Reverted changes introduced with the latest NMU.

diff --git a/src/audiofileio/decode/ResampleAudioReader.cpp b/src/audiofileio/decode/ResampleAudioReader.cpp
index be718d7..aeb5050 100644
--- a/src/audiofileio/decode/ResampleAudioReader.cpp
+++ b/src/audiofileio/decode/ResampleAudioReader.cpp
@@ -22,8 +22,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA.
 #include "ResampleAudioReader.h"
 #include <QString>
 
-#include <cstdio>
-
 #define OVERFLOW_SIZE 512
 
 // Always put me below _all_ includes, this is needed
diff --git a/src/audiofileio/encode/WPAudioWriter.cpp b/src/audiofileio/encode/WPAudioWriter.cpp
index 32c448b..be6de46 100644
--- a/src/audiofileio/encode/WPAudioWriter.cpp
+++ b/src/audiofileio/encode/WPAudioWriter.cpp
@@ -24,8 +24,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA.
 #include <QString>
 #include "Utils.h"
 
-#include <cstdio>
-
 // Always put me below _all_ includes, this is needed
 // in case we run with memory leak detection enabled!
 #include "Debugger.h"
diff --git a/src/commands/CommandGroup.cpp b/src/commands/CommandGroup.cpp
index b559277..7da564b 100644
--- a/src/commands/CommandGroup.cpp
+++ b/src/commands/CommandGroup.cpp
@@ -22,8 +22,6 @@ $Id: CommandGroup.cpp,v 1.6 2007/04/30 10:09:11 r_sijrier Exp $
 
 #include "CommandGroup.h"
 
-#include <cstdio>
-
 // Always put me below _all_ includes, this is needed
 // in case we run with memory leak detection enabled!
 #include "Debugger.h"
diff --git a/src/common/RingBuffer.cpp b/src/common/RingBuffer.cpp
index 2c44257..f789769 100755
--- a/src/common/RingBuffer.cpp
+++ b/src/common/RingBuffer.cpp
@@ -25,7 +25,6 @@
   This is safe for the case of one read thread and one write thread.
 */
 
-#include <cstdio>
 #include <stdlib.h>
 #include <string.h>
 #ifdef USE_MLOCK
diff --git a/src/core/Export.cpp b/src/core/Export.cpp
index f5756c1..433b070 100644
--- a/src/core/Export.cpp
+++ b/src/core/Export.cpp
@@ -23,8 +23,6 @@
 #include "Export.h"
 #include "Project.h"
 
-#include <cstdio>
-
 // Always put me below _all_ includes, this is needed
 // in case we run with memory leak detection enabled!
 #include "Debugger.h"
diff --git a/src/core/ViewPort.cpp b/src/core/ViewPort.cpp
index 0f95b20..7d0c1ca 100644
--- a/src/core/ViewPort.cpp
+++ b/src/core/ViewPort.cpp
@@ -39,8 +39,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA.
 
 #include "Import.h"
 
-#include <cstdio>
-
 // Always put me below _all_ includes, this is needed
 // in case we run with memory leak detection enabled!
 #include "Debugger.h"
diff --git a/src/traverso/Main.cpp b/src/traverso/Main.cpp
index 9bde447..d90e4bb 100755
--- a/src/traverso/Main.cpp
+++ b/src/traverso/Main.cpp
@@ -19,7 +19,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA.
 
 */
 
-#include <cstdio>
 #include <signal.h>
 #include <stdlib.h>
 

-- 
traverso packaging



More information about the pkg-multimedia-commits mailing list