[DEV] replace 'include guard' with 'pragma once'
This commit is contained in:
@@ -5,9 +5,7 @@
|
||||
*
|
||||
* @license BSD 3 clauses (see license file)
|
||||
*/
|
||||
|
||||
#ifndef __APPL_WINDOWS_H__
|
||||
#define __APPL_WINDOWS_H__
|
||||
#pragma once
|
||||
|
||||
#include <ewol/widget/Windows.h>
|
||||
#include <ewol/widget/Composer.h>
|
||||
@@ -25,7 +23,5 @@ namespace appl {
|
||||
void onCallbackRecord();
|
||||
void onCallbackGenerate();
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
#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>
|
||||
|
||||
@@ -39,5 +37,3 @@ namespace appl {
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user