commit | bdc96765d671b83941740e3903ecf2e4eb814250 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Oct 03 11:50:39 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Fri Oct 11 09:17:09 2013 +0200 |
tree | 3cdbf9648fed0dcd7f51cf5102ff567784081196 | |
parent | 3a2c0563c93ed1158e2836ad20f4251f5bc916ae [diff] [blame] |
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" {