summaryrefslogtreecommitdiff
path: root/ckcapi.c
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2008-12-01 20:38:32 +0000
committerStef Walter <stef@memberwebs.com>2008-12-01 20:38:32 +0000
commite7d5c6b4b04bb34172788fba5532b89e70a1f5ac (patch)
tree20d64b83f6da1b391cef2f53806325139447d647 /ckcapi.c
parent912c21876813c2fa1481fdbb72bd2cef07e5b1ce (diff)
Split headers for C file into own header.
Diffstat (limited to 'ckcapi.c')
-rw-r--r--ckcapi.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ckcapi.c b/ckcapi.c
index 7f758cc..1b6654e 100644
--- a/ckcapi.c
+++ b/ckcapi.c
@@ -22,6 +22,9 @@
#include <stdio.h>
#include "ckcapi.h"
+#include "ckcapi-object.h"
+#include "ckcapi-session.h"
+#include "ckcapi-token.h"
/* Warns about all the raw string usage in this file */
#pragma warning (disable : 4996)