mirror of
https://github.com/apache/nuttx.git
synced 2026-09-27 18:58:27 +08:00
Remove the unnecessary math.h inclusion
or move from header file to source file since math.h doesn't always exist Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Anthony Merlino
parent
2b46a0fdde
commit
3f9908f7d1
@@ -46,7 +46,6 @@
|
||||
#include <nuttx/audio/i2s.h>
|
||||
#include <nuttx/audio/audio.h>
|
||||
#include <nuttx/audio/cs4344.h>
|
||||
#include <nuttx/lib/math.h>
|
||||
|
||||
#include "cs4344.h"
|
||||
|
||||
|
||||
@@ -43,7 +43,6 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
#include <math.h>
|
||||
#include <inttypes.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <math.h>
|
||||
#include <queue.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
#include <math.h>
|
||||
#include <inttypes.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
#include <math.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
#include <nuttx/audio/i2s.h>
|
||||
#include <nuttx/audio/audio.h>
|
||||
#include <nuttx/audio/wm8994.h>
|
||||
#include <nuttx/lib/math.h>
|
||||
|
||||
#include "wm8994.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user