Skip to content

Commit ee8bd62

Browse files
authored
Merge pull request #19 from giordano/no-values
Do not include unused header file
2 parents 2f7b249 + 1c0857e commit ee8bd62

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/libtools/GlobalInc.h

-10
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,6 @@ typedef std::complex<double> complex_d;
2323

2424
// #include<climits>
2525

26-
#ifndef WINDOWS
27-
#ifndef OSF1
28-
#ifndef HP
29-
#ifndef MACOS
30-
#include <values.h>
31-
#endif
32-
#endif
33-
#endif
34-
#endif
35-
3626
extern "C"
3727
{
3828
#include "fitsio2.h"

0 commit comments

Comments
 (0)