diff --git a/clients/c/cosmopolite-int.h b/clients/c/cosmopolite-int.h index 0f3be19..9237cba 100644 --- a/clients/c/cosmopolite-int.h +++ b/clients/c/cosmopolite-int.h @@ -1,6 +1,12 @@ #ifndef _COSMOPOLITE_INT_H #define _COSMOPOLITE_INT_H +#include +#include +#include +#include +#include + // Declarations that aren't in the public API but are available to the test suite. struct cosmo_command { diff --git a/clients/c/cosmopolite.h b/clients/c/cosmopolite.h index 5bc6608..c922a30 100644 --- a/clients/c/cosmopolite.h +++ b/clients/c/cosmopolite.h @@ -1,12 +1,7 @@ #ifndef _COSMOPOLITE_H #define _COSMOPOLITE_H -#include #include -#include -#include -#include -#include #include "promise.h"