summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-08-07 08:49:02 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-24 20:58:32 +0200
commit649b9f6a565bc81a120e8971afb0abe025df49a7 (patch)
tree11ca081d7c24382c03108f1e3b43a179f2a2be00
parent0746a4c2bf359657b7fc9b0544a5cc0c5175a4d7 (diff)
downloadcryptodev-linux-649b9f6a565bc81a120e8971afb0abe025df49a7.tar.gz
cryptodev-linux-649b9f6a565bc81a120e8971afb0abe025df49a7.tar.xz
cryptodev-linux-649b9f6a565bc81a120e8971afb0abe025df49a7.zip
Drop a few unnecessary #includes from examples
-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>