[DEV] replace 'include guard' with 'pragma once'
This commit is contained in:
parent
4fb062e2d1
commit
e08a41fa07
@ -3,10 +3,7 @@
|
|||||||
* @copyright 2011, Edouard DUPIN, all right reserved
|
* @copyright 2011, Edouard DUPIN, all right reserved
|
||||||
* @license APACHE v2.0 (see license file)
|
* @license APACHE v2.0 (see license file)
|
||||||
*/
|
*/
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#ifndef __AUDIO_ALGO_SPEEX_RESAMPLER_H__
|
|
||||||
#define __AUDIO_ALGO_SPEEX_RESAMPLER_H__
|
|
||||||
|
|
||||||
#include <etk/types.h>
|
#include <etk/types.h>
|
||||||
#include <audio/format.h>
|
#include <audio/format.h>
|
||||||
@ -58,4 +55,3 @@ namespace audio {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
@ -3,9 +3,7 @@
|
|||||||
* @copyright 2011, Edouard DUPIN, all right reserved
|
* @copyright 2011, Edouard DUPIN, all right reserved
|
||||||
* @license APACHE v2.0 (see license file)
|
* @license APACHE v2.0 (see license file)
|
||||||
*/
|
*/
|
||||||
|
#pragma once
|
||||||
#ifndef __AUDIO_ALGO_SPEEX_DEBUG_H__
|
|
||||||
#define __AUDIO_ALGO_SPEEX_DEBUG_H__
|
|
||||||
|
|
||||||
#include <etk/log.h>
|
#include <etk/log.h>
|
||||||
|
|
||||||
@ -43,4 +41,3 @@ namespace audio {
|
|||||||
} \
|
} \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
#endif
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user