Hide some additional includes.

This commit is contained in:
Ian Gulliver
2015-07-06 01:20:16 +00:00
parent 0e5723b9d0
commit ecdfce7970
2 changed files with 6 additions and 5 deletions

View File

@@ -1,6 +1,12 @@
#ifndef _COSMOPOLITE_INT_H #ifndef _COSMOPOLITE_INT_H
#define _COSMOPOLITE_INT_H #define _COSMOPOLITE_INT_H
#include <curl/curl.h>
#include <pthread.h>
#include <stdbool.h>
#include <stdint.h>
#include <time.h>
// Declarations that aren't in the public API but are available to the test suite. // Declarations that aren't in the public API but are available to the test suite.
struct cosmo_command { struct cosmo_command {

View File

@@ -1,12 +1,7 @@
#ifndef _COSMOPOLITE_H #ifndef _COSMOPOLITE_H
#define _COSMOPOLITE_H #define _COSMOPOLITE_H
#include <curl/curl.h>
#include <jansson.h> #include <jansson.h>
#include <pthread.h>
#include <stdbool.h>
#include <stdint.h>
#include <time.h>
#include "promise.h" #include "promise.h"