Remove polarssl/ from header includes
diff --git a/include/polarssl/ecdh.h b/include/polarssl/ecdh.h
index 81c8f93..4c82f25 100644
--- a/include/polarssl/ecdh.h
+++ b/include/polarssl/ecdh.h
@@ -27,7 +27,7 @@
#ifndef POLARSSL_ECDH_H
#define POLARSSL_ECDH_H
-#include "polarssl/ecp.h"
+#include "ecp.h"
#ifdef __cplusplus
extern "C" {
diff --git a/include/polarssl/ecdsa.h b/include/polarssl/ecdsa.h
index 4a29ac6..ee60d26 100644
--- a/include/polarssl/ecdsa.h
+++ b/include/polarssl/ecdsa.h
@@ -27,7 +27,7 @@
#ifndef POLARSSL_ECDSA_H
#define POLARSSL_ECDSA_H
-#include "polarssl/ecp.h"
+#include "ecp.h"
/**
* \brief ECDSA context structure
diff --git a/include/polarssl/ecp.h b/include/polarssl/ecp.h
index 3a9a7b6..82455c1 100644
--- a/include/polarssl/ecp.h
+++ b/include/polarssl/ecp.h
@@ -27,7 +27,7 @@
#ifndef POLARSSL_ECP_H
#define POLARSSL_ECP_H
-#include "polarssl/bignum.h"
+#include "bignum.h"
/*
* ECP error codes