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

This commit is contained in:
2016-02-02 21:18:54 +01:00
parent 569d59e05a
commit f1643a1231
26 changed files with 27 additions and 124 deletions

View File

@@ -3,9 +3,7 @@
* @copyright 2011, Edouard DUPIN, all right reserved
* @license APACHE v2.0 (see license file)
*/
#ifndef __ARW_TEMPORAL_VIEWER_H__
#define __ARW_TEMPORAL_VIEWER_H__
#pragma once
#include <ewol/widget/Widget.h>
#include <ewol/compositing/Drawing.h>
@@ -59,4 +57,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 __ARW_DEBUG_H__
#define __ARW_DEBUG_H__
#pragma once
#include <etk/log.h>
@@ -43,5 +41,3 @@ namespace audio {
} \
} while (0)
#endif