summaryrefslogtreecommitdiff
path: root/libunwindstack/include/unwindstack/Log.h
diff options
context:
space:
mode:
Diffstat (limited to 'libunwindstack/include/unwindstack/Log.h')
-rw-r--r--libunwindstack/include/unwindstack/Log.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/libunwindstack/include/unwindstack/Log.h b/libunwindstack/include/unwindstack/Log.h
index 56de7e0..34eb218 100644
--- a/libunwindstack/include/unwindstack/Log.h
+++ b/libunwindstack/include/unwindstack/Log.h
@@ -14,8 +14,7 @@
* limitations under the License.
*/
-#ifndef _LIBUNWINDSTACK_LOG_H
-#define _LIBUNWINDSTACK_LOG_H
+#pragma once
#include <stdarg.h>
#include <stdint.h>
@@ -36,5 +35,3 @@ void AsyncSafe(const char* format, ...) __printflike(1, 2);
} // namespace Log
} // namespace unwindstack
-
-#endif // _LIBUNWINDSTACK_LOG_H