projectm (2.0.1+dfsg-12) 18_pulseaudio_remove_unused_header.patch

Summary

 src/projectM-pulseaudio/QPulseAudioThread.hpp |    1 -
 1 file changed, 1 deletion(-)

    
download this patch

Patch contents

Description: Remove unused and not-existing PA header
Forwarded: yes
Author: Matthias Klumpp <matthias@tenstral.net>
Last-Update: 2011-10-10
--- a/src/projectM-pulseaudio/QPulseAudioThread.hpp
+++ b/src/projectM-pulseaudio/QPulseAudioThread.hpp
@@ -34,7 +34,6 @@
 {
 #include <pulse/introspect.h>
 #include <pulse/pulseaudio.h>
-#include <pulse/browser.h>
 }
 
 #include "qprojectm_mainwindow.hpp"