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

(-)tiers1.1b/src/tiers_create.cc (-1 / +1 lines)
Lines 16-22 Link Here
16
//////////////////////////////////////////////////////////////////////////////
16
//////////////////////////////////////////////////////////////////////////////
17
17
18
// tiers.cc
18
// tiers.cc
19
#include <iostream.h>
19
#include <iostream>
20
20
21
#ifndef _TIERS_HH
21
#ifndef _TIERS_HH
22
#include "tiers.hh"
22
#include "tiers.hh"
(-)tiers1.1b/src/tiers.cc (-2 / +3 lines)
Lines 17-24 Link Here
17
17
18
// tiers.cc
18
// tiers.cc
19
19
20
#include <iostream.h>
20
#include <iostream>
21
#include <limits.h>
21
#include <cstdlib>
22
#include <climits>
22
23
23
#ifndef _TIERS_HH
24
#ifndef _TIERS_HH
24
#include "tiers.hh"
25
#include "tiers.hh"
(-)tiers1.1b/src/tiers_misc.cc (-3 / +3 lines)
Lines 16-24 Link Here
16
//////////////////////////////////////////////////////////////////////////////
16
//////////////////////////////////////////////////////////////////////////////
17
17
18
// tiers_misc.cc
18
// tiers_misc.cc
19
#include <iostream.h>
19
#include <iostream>
20
#include <math.h>
20
#include <cmath>
21
#include <limits.h>	// for ULONG_MAX
21
#include <climits>	// for ULONG_MAX
22
22
23
#ifndef _TIERS_HH
23
#ifndef _TIERS_HH
24
#include "tiers.hh"
24
#include "tiers.hh"
(-)tiers1.1b/src/tiers_main.cc (-3 / +3 lines)
Lines 17-25 Link Here
17
17
18
// tiers_main.cc
18
// tiers_main.cc
19
19
20
#include <iostream.h>
20
#include <iostream>
21
#include <stdlib.h>	// for strtoul
21
#include <cstdlib>	// for strtoul
22
#include <math.h>		// for random
22
#include <cmath>	// for random
23
23
24
#ifndef _TIERS_HH
24
#ifndef _TIERS_HH
25
#include "tiers.hh"
25
#include "tiers.hh"
(-)tiers1.1b/src/tiers_output.cc (-1 / +1 lines)
Lines 17-23 Link Here
17
17
18
// tiers_output.cc
18
// tiers_output.cc
19
19
20
#include <iostream.h>
20
#include <iostream>
21
#ifndef _TIERS_HH
21
#ifndef _TIERS_HH
22
#include "tiers.hh"
22
#include "tiers.hh"
23
#endif
23
#endif
(-)tiers1.1b/src/tiers_output_gnuplot.cc (-1 / +1 lines)
Lines 17-23 Link Here
17
17
18
// tiers_output_gnuplot.cc
18
// tiers_output_gnuplot.cc
19
19
20
#include <iostream.h>
20
#include <iostream>
21
#ifndef _TIERS_HH
21
#ifndef _TIERS_HH
22
#include "tiers.hh"
22
#include "tiers.hh"
23
#endif
23
#endif
(-)tiers1.1b/src/tiers_prims.cc (-3 / +3 lines)
Lines 17-25 Link Here
17
17
18
// tiers_prims.cc
18
// tiers_prims.cc
19
19
20
#include <iostream.h>
20
#include <iostream>
21
#include <math.h>	// for random
21
#include <cmath>	// for random
22
#include <limits.h>	// for ULONG_MAX
22
#include <climits>	// for ULONG_MAX
23
23
24
#ifndef _TIERS_HH
24
#ifndef _TIERS_HH
25
#include "tiers.hh"
25
#include "tiers.hh"
(-)tiers1.1b/src/tiers_red_intra.cc (-2 / +2 lines)
Lines 17-24 Link Here
17
17
18
// tiers_red_intra.cc
18
// tiers_red_intra.cc
19
19
20
#include <iostream.h>
20
#include <iostream>
21
#include <limits.h>	// for ULONG_MAX
21
#include <climits>	// for ULONG_MAX
22
22
23
#ifndef _TIERS_HH
23
#ifndef _TIERS_HH
24
#include "tiers.hh"
24
#include "tiers.hh"
(-)tiers1.1b/src/tiers_red_inter.cc (-2 / +2 lines)
Lines 17-24 Link Here
17
17
18
// tiers_red_inter.cc
18
// tiers_red_inter.cc
19
19
20
#include <iostream.h>
20
#include <iostream>
21
#include <limits.h>	// for ULONG_MAX
21
#include <climits>	// for ULONG_MAX
22
22
23
#ifndef _TIERS_HH
23
#ifndef _TIERS_HH
24
#include "tiers.hh"
24
#include "tiers.hh"

Return to bug 251513