X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=src%2Finteger%2Fbitwise%2Fcl_I_logcount.cc;h=e2674da5d58af12fddc0fe284a5a1c369f16ea09;hb=740c032627dfc7ac87d90d6e75b5e87e78c9e716;hp=6480c1a5b6a8d497e7ff769b7854819545dd75db;hpb=665c18cd376d8d8c5a8eafb30681a3f9f46d4a99;p=cln.git diff --git a/src/integer/bitwise/cl_I_logcount.cc b/src/integer/bitwise/cl_I_logcount.cc index 6480c1a..e2674da 100644 --- a/src/integer/bitwise/cl_I_logcount.cc +++ b/src/integer/bitwise/cl_I_logcount.cc @@ -1,7 +1,7 @@ // logcount(). // General includes. -#include "cl_sysdep.h" +#include "base/cl_sysdep.h" // Specification. #include "cln/integer.h" @@ -9,10 +9,10 @@ // Implementation. -#include "cl_I.h" -#include "cl_DS.h" -#include "cl_D.h" -#include "cl_low.h" +#include "integer/cl_I.h" +#include "base/digitseq/cl_DS.h" +#include "base/digit/cl_D.h" +#include "base/cl_low.h" namespace cln {