From ecdfce7970e9dede3e832942dcf87c7f96dd17fc Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Mon, 6 Jul 2015 01:20:16 +0000 Subject: [PATCH] Hide some additional includes. --- clients/c/cosmopolite-int.h | 6 ++++++ clients/c/cosmopolite.h | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) 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"