summaryrefslogtreecommitdiffstats
path: root/examples/pk_lib.c
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 /examples/pk_lib.c
parent0746a4c2bf359657b7fc9b0544a5cc0c5175a4d7 (diff)
downloadcryptodev-linux-649b9f6a565bc81a120e8971afb0abe025df49a7.tar.gz
cryptodev-linux-649b9f6a565bc81a120e8971afb0abe025df49a7.tar.xz
cryptodev-linux-649b9f6a565bc81a120e8971afb0abe025df49a7.zip
Drop a few unnecessary #includes from examples
Diffstat (limited to 'examples/pk_lib.c')
-rw-r--r--examples/pk_lib.c5
1 files changed, 0 insertions, 5 deletions
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>