[DEV] replace 'include guard' with 'pragma once'
This commit is contained in:
parent
3bbf3500a2
commit
1231a997fd
@ -4,9 +4,7 @@
|
||||
* @copyright 2011, Edouard DUPIN, all right reserved
|
||||
* @license APACHE v2.0 (see license file)
|
||||
*/
|
||||
|
||||
#ifndef __AUDIO_ALGO_RIVER_LMS_H__
|
||||
#define __AUDIO_ALGO_RIVER_LMS_H__
|
||||
#pragma once
|
||||
|
||||
#include <etk/types.h>
|
||||
#include <chrono>
|
||||
@ -133,4 +131,3 @@ namespace audio {
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
@ -4,9 +4,7 @@
|
||||
* @copyright 2011, Edouard DUPIN, all right reserved
|
||||
* @license APACHE v2.0 (see license file)
|
||||
*/
|
||||
|
||||
#ifndef __AUDIO_ALGO_RIVER_NLMS_H__
|
||||
#define __AUDIO_ALGO_RIVER_NLMS_H__
|
||||
#pragma once
|
||||
|
||||
#include <etk/types.h>
|
||||
#include <chrono>
|
||||
@ -133,4 +131,3 @@ namespace audio {
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
@ -4,9 +4,7 @@
|
||||
* @copyright 2011, Edouard DUPIN, all right reserved
|
||||
* @license APACHE v2.0 (see license file)
|
||||
*/
|
||||
|
||||
#ifndef __AUDIO_ALGO_RIVER_LMS_H__
|
||||
#define __AUDIO_ALGO_RIVER_LMS_H__
|
||||
#pragma once
|
||||
|
||||
#include <etk/types.h>
|
||||
#include <chrono>
|
||||
@ -94,4 +92,3 @@ namespace audio {
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
@ -4,9 +4,7 @@
|
||||
* @copyright 2011, Edouard DUPIN, all right reserved
|
||||
* @license APACHE v2.0 (see license file)
|
||||
*/
|
||||
|
||||
#ifndef __AUDIO_ALGO_RIVER_CONVOLUTION_H__
|
||||
#define __AUDIO_ALGO_RIVER_CONVOLUTION_H__
|
||||
#pragma once
|
||||
|
||||
#include <etk/types.h>
|
||||
|
||||
@ -18,4 +16,3 @@ namespace audio {
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
@ -3,9 +3,7 @@
|
||||
* @copyright 2011, Edouard DUPIN, all right reserved
|
||||
* @license APACHE v2.0 (see license file)
|
||||
*/
|
||||
|
||||
#ifndef __APPL_DEBUG_H__
|
||||
#define __APPL_DEBUG_H__
|
||||
#pragma once
|
||||
|
||||
#include <etk/log.h>
|
||||
|
||||
@ -42,4 +40,3 @@ namespace audio {
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
#endif
|
||||
|
@ -4,9 +4,7 @@
|
||||
* @copyright 2011, Edouard DUPIN, all right reserved
|
||||
* @license APACHE v2.0 (see license file)
|
||||
*/
|
||||
|
||||
#ifndef __AUDIO_ALGO_RIVER_POWER_H__
|
||||
#define __AUDIO_ALGO_RIVER_POWER_H__
|
||||
#pragma once
|
||||
|
||||
#include <etk/types.h>
|
||||
|
||||
@ -18,4 +16,3 @@ namespace audio {
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
@ -4,9 +4,7 @@
|
||||
* @copyright 2011, Edouard DUPIN, all right reserved
|
||||
* @license APACHE v2.0 (see license file)
|
||||
*/
|
||||
|
||||
#ifndef __AUDIO_ALGO_RIVER_UPDATE_FILTER_H__
|
||||
#define __AUDIO_ALGO_RIVER_UPDATE_FILTER_H__
|
||||
#pragma once
|
||||
|
||||
#include <etk/types.h>
|
||||
|
||||
@ -17,5 +15,3 @@ namespace audio {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user