tests/*: remove unused assert.h include

This commit is contained in:
Bas Stottelaar 2020-10-21 17:26:16 +02:00
parent b32baa0f72
commit a6b148ebe0
3 changed files with 0 additions and 3 deletions

View File

@ -19,7 +19,6 @@
*/ */
#include <stdio.h> #include <stdio.h>
#include <assert.h>
#include "disp_dev.h" #include "disp_dev.h"

View File

@ -12,7 +12,6 @@
#if (TEST_RELIC_SHOW_OUTPUT == 1) #if (TEST_RELIC_SHOW_OUTPUT == 1)
#include <stdio.h> #include <stdio.h>
#endif #endif
#include <assert.h>
#include <stdlib.h> #include <stdlib.h>
#include "relic.h" #include "relic.h"

View File

@ -19,7 +19,6 @@
*/ */
#include <stdio.h> #include <stdio.h>
#include <assert.h>
#include <stdbool.h> #include <stdbool.h>
#include "xtimer.h" #include "xtimer.h"