summaryrefslogtreecommitdiff
path: root/src/SDK_RPC.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/SDK_RPC.h')
-rw-r--r--src/SDK_RPC.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/SDK_RPC.h b/src/SDK_RPC.h
index b61633a..0cca0e1 100644
--- a/src/SDK_RPC.h
+++ b/src/SDK_RPC.h
@@ -28,17 +28,8 @@
#ifndef __RPCLIB_H_
#define __RPCLIB_H_
-#include <stdint.h>
-#include <stdio.h>
-#include <unistd.h>
-#include <pthread.h>
-#include <errno.h>
-#include <fcntl.h>
-#include <dlfcn.h>
#include <sys/socket.h>
-#include <sys/un.h>
-#include <strings.h>
-
+
#define CANARY_SZ sizeof(uint64_t)
#define PADDING_SZ 12
#define PADDING 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89