- Removed extraneous "polarssl/" in front on include directives in header files

diff --git a/include/polarssl/pkcs11.h b/include/polarssl/pkcs11.h
index 8e2a8ce..07da0de 100644
--- a/include/polarssl/pkcs11.h
+++ b/include/polarssl/pkcs11.h
@@ -30,11 +30,11 @@
 #ifndef PKCS11_H_
 #define PKCS11_H_
 
-#include "polarssl/config.h"
+#include "config.h"
 
 #if defined(POLARSSL_PKCS11_C)
 
-#include "polarssl/x509.h"
+#include "x509.h"
 
 #include <pkcs11-helper-1.0/pkcs11h-certificate.h>