diff --git a/src/ucs/Makefile.am b/src/ucs/Makefile.am index 04f9a809979..e64bc97b06f 100644 --- a/src/ucs/Makefile.am +++ b/src/ucs/Makefile.am @@ -38,6 +38,7 @@ nobase_dist_libucs_la_HEADERS = \ config/types.h \ datastruct/callbackq.h \ datastruct/list_types.h \ + datastruct/mpool.h \ debug/check.h \ debug/debug.h \ debug/log.h \ @@ -62,7 +63,6 @@ noinst_HEADERS = \ datastruct/hash.h \ datastruct/list.h \ datastruct/mpmc.h \ - datastruct/mpool.h \ datastruct/mpool.inl \ datastruct/pgtable.h \ datastruct/ptr_array.h \ diff --git a/src/ucs/datastruct/mpool.h b/src/ucs/datastruct/mpool.h index ebe62a970fe..ab850fe0964 100644 --- a/src/ucs/datastruct/mpool.h +++ b/src/ucs/datastruct/mpool.h @@ -7,9 +7,7 @@ #ifndef UCS_MPOOL_H_ #define UCS_MPOOL_H_ - -#include -#include +#include #include diff --git a/src/ucs/datastruct/mpool.inl b/src/ucs/datastruct/mpool.inl index d56a6911b71..d06e2f95bcd 100644 --- a/src/ucs/datastruct/mpool.inl +++ b/src/ucs/datastruct/mpool.inl @@ -9,6 +9,7 @@ #include "mpool.h" +#include #include #include