From 0746a4c2bf359657b7fc9b0544a5cc0c5175a4d7 Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Sat, 7 Aug 2010 08:47:14 +0200 Subject: Provide a nicer example on including --- examples/ncr_lib.c | 4 ++-- examples/pk_lib.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/ncr_lib.c b/examples/ncr_lib.c index d0f435e..ad69fe7 100644 --- a/examples/ncr_lib.c +++ b/examples/ncr_lib.c @@ -12,10 +12,10 @@ //#include #include //#include -#include "../ncr.h" -#include "../userspace/ncrypto.h" #include +#include + #define DATA_SIZE 4096 #define KEY_DATA_SIZE 16 #define WRAPPED_KEY_DATA_SIZE 32 diff --git a/examples/pk_lib.c b/examples/pk_lib.c index ff425d0..f85cbe0 100644 --- a/examples/pk_lib.c +++ b/examples/pk_lib.c @@ -12,9 +12,9 @@ #include #include #include -#include "../ncr.h" -#include "../userspace/ncrypto.h" #include + +#include #include #include #if GNUTLS_VERSION_NUMBER >= 0x020b00 -- cgit