]> www.ginac.de Git - cln.git/blob - src/base/input/cl_read_eof_exception.cc
Use paths relative the `src' directory in the #include directives.
[cln.git] / src / base / input / cl_read_eof_exception.cc
1 // read_number_eof_exception().
2
3 // General includes.
4 #include "base/cl_sysdep.h"
5
6 // Specification.
7 #include "cln/number_io.h"
8
9
10 // Implementation.
11
12 #include "cln/io.h"
13
14 namespace cln {
15
16 read_number_eof_exception::read_number_eof_exception ()
17         : read_number_exception("read_number: end of stream encountered")
18 {}
19
20 }  // namespace cln