mirror of https://github.com/CGAL/cgal
Remove useless protect macro and extern-C-protected include.
This commit is contained in:
parent
927d7d45be
commit
776c721f20
|
|
@ -21,19 +21,12 @@
|
||||||
//
|
//
|
||||||
// Author(s) : Andreas Fabri
|
// Author(s) : Andreas Fabri
|
||||||
|
|
||||||
|
|
||||||
#ifndef CGAL_IO_C
|
|
||||||
#define CGAL_IO_C
|
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/basic.h>
|
||||||
#include <CGAL/IO/io.h>
|
#include <CGAL/IO/io.h>
|
||||||
#include <CGAL/assertions.h>
|
#include <CGAL/assertions.h>
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
#include <string>
|
||||||
extern "C" {
|
|
||||||
#include <ctype.h>
|
|
||||||
}
|
|
||||||
|
|
||||||
CGAL_BEGIN_NAMESPACE
|
CGAL_BEGIN_NAMESPACE
|
||||||
|
|
||||||
|
|
@ -129,5 +122,3 @@ swallow(std::istream &is, const std::string& s ) {
|
||||||
}
|
}
|
||||||
|
|
||||||
CGAL_END_NAMESPACE
|
CGAL_END_NAMESPACE
|
||||||
|
|
||||||
#endif // CGAL_IO_C
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue