[DEV] replace 'include guard' with 'pragma once'
This commit is contained in:
@@ -3,9 +3,7 @@
|
||||
* @copyright 2015, Edouard DUPIN, all right reserved
|
||||
* @license APACHE v2.0 (see license file)
|
||||
*/
|
||||
|
||||
#ifndef __AUDIO_RIVER_IO_NODE_MUXER_H__
|
||||
#define __AUDIO_RIVER_IO_NODE_MUXER_H__
|
||||
#pragma once
|
||||
|
||||
#include <audio/river/io/Node.h>
|
||||
#include <audio/river/Interface.h>
|
||||
@@ -66,5 +64,3 @@ namespace audio {
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user