summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--client.c3
-rw-r--r--icclient.h (renamed from icclient/client.h)0
3 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index c376466..49e3061 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,7 +18,7 @@ if IOS
libicclient_la_LDFLAGS += -static
endif
pkginclude_HEADERS = \
- icclient/client.h \
+ icclient.h \
icclient/typedefs.h \
icclient/ord.h \
icclient/member.h \
diff --git a/client.c b/client.c
index 62d4163..aa2a1cc 100644
--- a/client.c
+++ b/client.c
@@ -1,7 +1,6 @@
-#include <stdbool.h>
#include <string.h>
#include "request.h"
-#include "icclient/client.h"
+#include "icclient.h"
#ifdef __EMSCRIPTEN__
extern void icclient_catalog_results(emscripten_fetch_t *);
diff --git a/icclient/client.h b/icclient.h
index bcf8170..bcf8170 100644
--- a/icclient/client.h
+++ b/icclient.h