- Removed extraneous "polarssl/" in front on include directives in header files
diff --git a/include/polarssl/cipher_wrap.h b/include/polarssl/cipher_wrap.h
index 891382a..1638c24 100644
--- a/include/polarssl/cipher_wrap.h
+++ b/include/polarssl/cipher_wrap.h
@@ -27,8 +27,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#include "polarssl/config.h"
-#include "polarssl/cipher.h"
+#include "config.h"
+#include "cipher.h"
#ifndef POLARSSL_CIPHER_WRAP_H
#define POLARSSL_CIPHER_WRAP_H