From 546906f467de0194a778eb88e776396ccc4c1979 Mon Sep 17 00:00:00 2001 From: Sergiu Deitsch Date: Sat, 30 Dec 2023 01:01:40 +0100 Subject: [PATCH] fix: remove unused include --- src/stacktrace_unwind-inl.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/stacktrace_unwind-inl.h b/src/stacktrace_unwind-inl.h index 3a4b4c5bb..5fec1a334 100644 --- a/src/stacktrace_unwind-inl.h +++ b/src/stacktrace_unwind-inl.h @@ -1,4 +1,4 @@ -// Copyright (c) 2005 - 2007, Google Inc. +// Copyright (c) 2023, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without @@ -33,8 +33,6 @@ #include // ABI defined unwinder -#include // for nullptr - #include "stacktrace.h" _START_GOOGLE_NAMESPACE_