]> www.ginac.de Git - cln.git/blobdiff - src/base/string/input/cl_st_getline1.cc
Use paths relative the `src' directory in the #include directives.
[cln.git] / src / base / string / input / cl_st_getline1.cc
index 8ceb2daf8fe96bf15a9f962c1d41b0d0ce8301e1..5f9ac88836563f349d010c8522f7f52efe16271b 100644 (file)
@@ -1,7 +1,7 @@
 // cl_fgetline().
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
 #include "cln/string.h"
@@ -10,7 +10,7 @@
 // Implementation.
 
 #include "cln/io.h"
-#include "cl_spushstring.h"
+#include "base/string/cl_spushstring.h"
 
 namespace cln {