mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
refactored more #pragma once
This commit is contained in:
parent
73c91ad549
commit
309ec9f6a6
2 changed files with 3 additions and 2 deletions
|
@ -18,8 +18,7 @@
|
|||
* @{
|
||||
*********************************************************************************/
|
||||
|
||||
#ifndef _HOOKS_H_
|
||||
#define _HOOKS_H_
|
||||
#pragma once
|
||||
|
||||
#include <time.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -31,6 +31,8 @@
|
|||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdatomic.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue