[DEV] replace 'include guard' with 'pragma once'

This commit is contained in:
Edouard DUPIN 2016-02-02 21:18:54 +01:00
parent 3bbf3500a2
commit 1231a997fd
7 changed files with 7 additions and 29 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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