1
0
Fork 0
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:
Steffen Vogel 2017-02-18 10:47:15 -05:00
parent 73c91ad549
commit 309ec9f6a6
2 changed files with 3 additions and 2 deletions

View file

@ -18,8 +18,7 @@
* @{
*********************************************************************************/
#ifndef _HOOKS_H_
#define _HOOKS_H_
#pragma once
#include <time.h>
#include <string.h>

View file

@ -31,6 +31,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#pragma once
#include <stdint.h>
#include <stdatomic.h>