]> www.ginac.de Git - cln.git/blobdiff - src/base/string/cl_st_concat3.cc
Use paths relative the `src' directory in the #include directives.
[cln.git] / src / base / string / cl_st_concat3.cc
index 262b481e329b6f215c872e6c0e580f9173ef14ec..05fb82886a6364a5a66a5288b3463906775570e0 100644 (file)
@@ -1,14 +1,14 @@
 // cl_string concatenation.
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
 #include "cln/string.h"
 
 
 // Implementation.
-#include "cl_st_make0.h"
+#include "base/string/cl_st_make0.h"
 
 namespace cln {