summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/ncr_lib.c3
-rw-r--r--examples/pk_lib.c5
2 files changed, 0 insertions, 8 deletions
diff --git a/examples/ncr_lib.c b/examples/ncr_lib.c
index ad69fe7..b83be3b 100644
--- a/examples/ncr_lib.c
+++ b/examples/ncr_lib.c
@@ -7,11 +7,8 @@
#include <stdio.h>
#include <string.h>
#include <unistd.h>
-//#include <fcntl.h>
#include <time.h>
-//#include <sys/ioctl.h>
#include <sys/types.h>
-//#include <sys/stat.h>
#include <stdlib.h>
#include <ncrypto.h>
diff --git a/examples/pk_lib.c b/examples/pk_lib.c
index f85cbe0..f30a488 100644
--- a/examples/pk_lib.c
+++ b/examples/pk_lib.c
@@ -6,12 +6,7 @@
*/
#include <stdio.h>
#include <string.h>
-#include <unistd.h>
-#include <fcntl.h>
-#include <time.h>
-#include <sys/ioctl.h>
#include <sys/types.h>
-#include <sys/stat.h>
#include <stdlib.h>
#include <ncrypto.h>