Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 218536 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-13 / +17 lines)
Line  Link Here
0
-- src/bin/benchmark.cc
0
++ src/bin/benchmark.cc
Lines 28-35 Link Here
28
#include <ktoblzcheck.h>
28
#include <ktoblzcheck.h>
29
#include <iostream>
29
#include <iostream>
30
#include <fstream>
30
#include <fstream>
31
#include <stdio.h>
31
#include <cstdio>
32
#include <assert.h>
32
#include <cassert>
33
#include <cstdlib>
34
#include <climits>
33
35
34
using namespace std;
36
using namespace std;
35
37
36
-- src/bin/ktoblzcheck.cc
38
++ src/bin/ktoblzcheck.cc
Lines 32-42 Link Here
32
# define PACKAGE "ktoblzcheck"
32
# define PACKAGE "ktoblzcheck"
33
#endif
33
#endif
34
34
35
#include <stdio.h>
35
#include <cstdio>
36
#include <ktoblzcheck.h>
36
#include <ktoblzcheck.h>
37
#include <iostream>
37
#include <iostream>
38
#include <fstream>
38
#include <fstream>
39
#include <cassert>
39
#include <cassert>
40
#include <cstdlib>
40
41
41
using namespace std;
42
using namespace std;
42
43
43
-- src/lib/accnum.cc
44
++ src/lib/accnum.cc
Lines 36-42 Link Here
36
# include "config.h"
36
# include "config.h"
37
#endif
37
#endif
38
#include "ktoblzcheck.h"
38
#include "ktoblzcheck.h"
39
#include <assert.h>
39
#include <cassert>
40
#include <string.h> // for strdup()
40
#include <string.h> // for strdup()
41
41
42
42
43
-- src/lib/algorithms.cc
43
++ src/lib/algorithms.cc
Lines 31-37 Link Here
31
#include "binreloc.h"
31
#include "binreloc.h"
32
#include <fstream>
32
#include <fstream>
33
#include <iostream>
33
#include <iostream>
34
#include <assert.h>
34
#include <cassert>
35
#include <cstdlib>
35
36
36
37
37
#if OS_WIN32
38
#if OS_WIN32
38
-- src/lib/iban.cc
39
++ src/lib/iban.cc
Lines 33-39 Link Here
33
33
34
#include "algorithms.h"
34
#include "algorithms.h"
35
#include "iban.h"
35
#include "iban.h"
36
#include <assert.h>
36
#include <cassert>
37
37
38
// ////////////////////////////////////////////////////////////
38
// ////////////////////////////////////////////////////////////
39
39
40
-- src/lib/ktoblzcheck.cc
40
++ src/lib/ktoblzcheck.cc
Lines 33-39 Link Here
33
#include <iostream>
33
#include <iostream>
34
#include <algorithm>
34
#include <algorithm>
35
#include <cassert>
35
#include <cassert>
36
#include <cstdio>
36
#include <cstdlib>
37
37
38
// The actual algorithms for number checking are there
38
// The actual algorithms for number checking are there
39
#include "algorithms.h"
39
#include "algorithms.h"

Return to bug 218536