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-23 20:01:59 +0200
commit68e12500e358cf12aefdf114ee80809af5f86e2f (patch)
treead902b9eec19a82ee958f47f91cd1c34456b2cba
parent139ed8c79c5258056832f3f14b8d32b7026274fd (diff)
downloadcryptodev-linux-68e12500e358cf12aefdf114ee80809af5f86e2f.tar.gz
cryptodev-linux-68e12500e358cf12aefdf114ee80809af5f86e2f.tar.xz
cryptodev-linux-68e12500e358cf12aefdf114ee80809af5f86e2f.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>