diff options
author | Miloslav Trmač <mitr@redhat.com> | 2010-08-07 08:49:02 +0200 |
---|---|---|
committer | Miloslav Trmač <mitr@redhat.com> | 2010-08-23 20:01:59 +0200 |
commit | 68e12500e358cf12aefdf114ee80809af5f86e2f (patch) | |
tree | ad902b9eec19a82ee958f47f91cd1c34456b2cba /examples/pk_lib.c | |
parent | 139ed8c79c5258056832f3f14b8d32b7026274fd (diff) | |
download | cryptodev-linux-68e12500e358cf12aefdf114ee80809af5f86e2f.tar.gz cryptodev-linux-68e12500e358cf12aefdf114ee80809af5f86e2f.tar.xz cryptodev-linux-68e12500e358cf12aefdf114ee80809af5f86e2f.zip |
Drop a few unnecessary #includes from examples
Diffstat (limited to 'examples/pk_lib.c')
-rw-r--r-- | examples/pk_lib.c | 5 |
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> |