[DEBUG] correct .hpp port + clean libC include
This commit is contained in:
parent
7050164b87
commit
3fe3297bc9
@ -1,12 +1,12 @@
|
||||
#include <stdio.h>
|
||||
#include <cstdio>
|
||||
#include <cmath>
|
||||
#include <stdint.h>
|
||||
#include <cstdint>
|
||||
// http://www.labbookpages.co.uk/audio/beamforming/delaySum.html
|
||||
// Number of angle points to calculate
|
||||
#define ANGLE_RESOLUTION 100000
|
||||
//#define ANGLE_RESOLUTION 32
|
||||
|
||||
#include <etk/etk.h>
|
||||
#include <etk/etk.hpp>
|
||||
#include <test-debug/debug.hpp>
|
||||
#include <etk/os/FSNode.hpp>
|
||||
#include <etk/math/Vector3D.hpp>
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include <stdio.h>
|
||||
#include <cstdio>
|
||||
#include <cmath>
|
||||
#include <stdint.h>
|
||||
#include <cstdint>
|
||||
// http://www.labbookpages.co.uk/audio/beamforming/delaySum.html
|
||||
|
||||
// Number of freq points to calculate
|
||||
|
Loading…
Reference in New Issue
Block a user