Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 251625
Collapse All | Expand All

(-)gspeakers-0.11.old/src/filterlinkframe.cc (+1 lines)
Lines 22-27 Link Here
22
#include <stdio.h>
22
#include <stdio.h>
23
#include <fstream>
23
#include <fstream>
24
#include <sstream>
24
#include <sstream>
25
#include <cstring>
25
#include "filterlinkframe.h"
26
#include "filterlinkframe.h"
26
#include "gspeakersplot.h"
27
#include "gspeakersplot.h"
27
#include "common.h"
28
#include "common.h"
(-)gspeakers-0.11.old/src/freqrespeditor.cc (+1 lines)
Lines 20-25 Link Here
20
#include "freqrespeditor.h"
20
#include "freqrespeditor.h"
21
#include <fstream>
21
#include <fstream>
22
#include <stdio.h>
22
#include <stdio.h>
23
#include <cstring>
23
#include <gtkmm/stock.h>
24
#include <gtkmm/stock.h>
24
#include <gtkmm/frame.h>
25
#include <gtkmm/frame.h>
25
#include <gtkmm/messagedialog.h>
26
#include <gtkmm/messagedialog.h>
(-)gspeakers-0.11.old/src/popupentry.cc (+1 lines)
Lines 26-31 Link Here
26
#include <gtkmm.h>
26
#include <gtkmm.h>
27
#include <gtk/gtkentry.h> /* see XXX below */
27
#include <gtk/gtkentry.h> /* see XXX below */
28
#include <iostream>
28
#include <iostream>
29
#include <cstring>
29
30
30
using namespace std;
31
using namespace std;
31
32
(-)gspeakers-0.11.old/src/speakereditor.cc (+1 lines)
Lines 18-23 Link Here
18
*/
18
*/
19
19
20
#include <fstream>
20
#include <fstream>
21
#include <cstring>
21
#include <math.h>
22
#include <math.h>
22
#include "speakereditor.h"
23
#include "speakereditor.h"
23
#include "common.h"
24
#include "common.h"
(-)gspeakers-0.11.old/src/summedfreqrespplot.cc (+1 lines)
Lines 20-25 Link Here
20
 */
20
 */
21
21
22
#include <fstream>
22
#include <fstream>
23
#include <cstring>
23
#include <math.h>
24
#include <math.h>
24
#include "summedfreqrespplot.h"
25
#include "summedfreqrespplot.h"
25
#include "net.h"
26
#include "net.h"

Return to bug 251625