system/ping: Don't include nuttx/lib/math.h

since the mdev is calculated through function provided by fixedmath.h

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2022-03-19 23:30:58 +08:00 committed by Petro Karashchenko
parent f85388578c
commit 282e44e3e0
2 changed files with 0 additions and 2 deletions

View File

@ -30,7 +30,6 @@
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <nuttx/lib/math.h>
#include <limits.h>
#include <fixedmath.h>

View File

@ -30,7 +30,6 @@
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <nuttx/lib/math.h>
#include <limits.h>
#include <fixedmath.h>