summaryrefslogtreecommitdiff
path: root/libunwindstack/tests/fuzz/UnwinderComponentCreator.h
diff options
context:
space:
mode:
Diffstat (limited to 'libunwindstack/tests/fuzz/UnwinderComponentCreator.h')
-rw-r--r--libunwindstack/tests/fuzz/UnwinderComponentCreator.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libunwindstack/tests/fuzz/UnwinderComponentCreator.h b/libunwindstack/tests/fuzz/UnwinderComponentCreator.h
index 392219f..8486418 100644
--- a/libunwindstack/tests/fuzz/UnwinderComponentCreator.h
+++ b/libunwindstack/tests/fuzz/UnwinderComponentCreator.h
@@ -14,8 +14,7 @@
* limitations under the License.
*/
-#ifndef _LIBUNWINDSTACK_UNWINDERCOMPONENTCREATOR_H
-#define _LIBUNWINDSTACK_UNWINDERCOMPONENTCREATOR_H
+#pragma once
#include <elf.h>
#include <sys/mman.h>
@@ -81,4 +80,3 @@ std::unique_ptr<unwindstack::DexFiles> GetDexFiles(FuzzedDataProvider* data_prov
std::shared_ptr<unwindstack::Memory> memory,
uint max_libraries, uint max_library_length,
unwindstack::ArchEnum arch);
-#endif // _LIBUNWINDSTACK_UNWINDERCOMPONENTCREATOR_H