Use #pragma once
#pragma once is safer and simpler. According to Wikipedia it's supported by all major compilers.
This commit is contained in:
committed by
Michael Stapelberg
parent
67b213665b
commit
e2ebe3e2ae
@ -8,9 +8,6 @@
|
||||
* restart.
|
||||
*
|
||||
*/
|
||||
#ifndef I3_LOAD_LAYOUT_H
|
||||
#define I3_LOAD_LAYOUT_H
|
||||
#pragma once
|
||||
|
||||
void tree_append_json(const char *filename);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user