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/ncr_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/ncr_lib.c')
-rw-r--r-- | examples/ncr_lib.c | 3 |
1 files changed, 0 insertions, 3 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> |