fix: remove unused include

This commit is contained in:
Sergiu Deitsch 2023-12-30 01:01:40 +01:00
parent 43792b8a13
commit 546906f467

View File

@ -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 <unwind.h> // ABI defined unwinder
#include <cstdlib> // for nullptr
#include "stacktrace.h"
_START_GOOGLE_NAMESPACE_