Remove useless protect macro and extern-C-protected include.

This commit is contained in:
Sylvain Pion 2007-11-07 23:11:19 +00:00
parent 927d7d45be
commit 776c721f20
1 changed files with 1 additions and 10 deletions

View File

@ -21,19 +21,12 @@
//
// Author(s) : Andreas Fabri
#ifndef CGAL_IO_C
#define CGAL_IO_C
#include <CGAL/basic.h>
#include <CGAL/IO/io.h>
#include <CGAL/assertions.h>
#include <sstream>
extern "C" {
#include <ctype.h>
}
#include <string>
CGAL_BEGIN_NAMESPACE
@ -129,5 +122,3 @@ swallow(std::istream &is, const std::string& s ) {
}
CGAL_END_NAMESPACE
#endif // CGAL_IO_C