commit | 135c651f3f169d2c12fd3f10682b10d53dd7a84f | [log] [tgz] |
---|---|---|
author | Anna Lyons <Anna.Lyons@data61.csiro.au> | Thu Sep 28 12:16:03 2017 +1000 |
committer | Anna Lyons <Anna.Lyons@data61.csiro.au> | Fri Sep 29 11:36:52 2017 +1000 |
tree | 68ff4f3e1e195c3fc160387d47cb3562b07185ae | |
parent | f6e1f6d9b4839ec974ec9b265278b3de6bd68914 [diff] [blame] |
pragma once and for all
diff --git a/libsel4allocman/include/allocman/cspace/single_level.h b/libsel4allocman/include/allocman/cspace/single_level.h index 9482848..dc6e401 100644 --- a/libsel4allocman/include/allocman/cspace/single_level.h +++ b/libsel4allocman/include/allocman/cspace/single_level.h
@@ -10,8 +10,7 @@ * @TAG(DATA61_BSD) */ -#ifndef _ALLOCMAN_CSPACE_SINGLE_LEVEL_H_ -#define _ALLOCMAN_CSPACE_SINGLE_LEVEL_H_ +#pragma once #include <autoconf.h> #include <stdlib.h> @@ -72,4 +71,3 @@ }; } -#endif