summaryrefslogtreecommitdiff
path: root/include/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/elf.h')
-rw-r--r--include/elf.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/elf.h b/include/elf.h
index ea2014a6..fdff052f 100644
--- a/include/elf.h
+++ b/include/elf.h
@@ -1,5 +1,4 @@
-#ifndef __ELF_H
-#define __ELF_H
+#pragma once
#include <stdint.h>
@@ -402,5 +401,3 @@ typedef struct {
uint64_t a_val;
} a_un;
} Elf64_auxv_t;
-
-#endif