Remove assert.h includes

This commit is contained in:
Ryan Dwyer
2022-02-16 08:32:02 +10:00
parent c51c4c1573
commit c69f70c5a9
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -2,7 +2,6 @@
#include <libaudio.h>
#include <os_internal.h>
#include <ultraerror.h>
#include <assert.h>
#include "n_libaudio.h"
#include "n_seqp.h"
#include "cseq.h"
-1
View File
@@ -1,7 +1,6 @@
#include "n_synthInternals.h"
#include <os.h>
#include <math.h>
#include <assert.h>
#define N_EQPOWER_LENGTH 128
-1
View File
@@ -1,6 +1,5 @@
#include <os_internal.h>
#include <ultraerror.h>
#include <assert.h>
#include <libaudio.h>
#include "n_sndp.h"
#include "lib/snd.h"