1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

math.h: remove unneeded math.h includes

This commit is contained in:
Christian Mehlis 2014-01-24 15:41:30 +01:00
parent 8de53e2b78
commit f2f36f8179
3 changed files with 0 additions and 3 deletions

View File

@ -19,7 +19,6 @@
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "inttypes.h"
#include "trickle.h"

View File

@ -16,7 +16,6 @@
*/
#include <inttypes.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@ -15,7 +15,6 @@
* @}
*/
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>