]> www.ginac.de Git - cln.git/blobdiff - src/base/string/cl_st_make2.cc
Use paths relative the `src' directory in the #include directives.
[cln.git] / src / base / string / cl_st_make2.cc
index 1599e2b2a7d4f5c94cecbacfbdda74ee2ddbec30..98df9359644640a2ebc33fb39a69918981a75660 100644 (file)
@@ -1,7 +1,7 @@
 // cl_make_heap_string().
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
 #include "cln/string.h"
@@ -10,7 +10,7 @@
 // Implementation.
 
 #include "cln/malloc.h"
-#include "cl_offsetof.h"
+#include "base/cl_offsetof.h"
 
 namespace cln {