Remove unused headers from uecc sources

This commit is contained in:
Jarno Lamsa 2019-04-24 16:19:50 +03:00
parent 79e3b946db
commit d50fd6b373
3 changed files with 0 additions and 3 deletions

View file

@ -53,7 +53,6 @@
*/
#include <tinycrypt/ecc.h>
#include <tinycrypt/ecc_platform_specific.h>
#include <string.h>
/* IMPORTANT: Make sure a cryptographically-secure PRNG is set and the platform

View file

@ -54,7 +54,6 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <tinycrypt/constants.h>
#include <tinycrypt/ecc.h>
#include <tinycrypt/ecc_dh.h>
#include <string.h>

View file

@ -53,7 +53,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <tinycrypt/constants.h>
#include <tinycrypt/ecc.h>
#include <tinycrypt/ecc_dsa.h>