[DEBUG] correct .hpp port + clean libC include

This commit is contained in:
Edouard DUPIN 2016-10-02 23:40:28 +02:00
parent 7050164b87
commit 3fe3297bc9
2 changed files with 5 additions and 5 deletions

View File

@ -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>

View File

@ -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