From 86ccb3fc1ef3013423631c759a620958c09bb3f2 Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 6 Dec 2024 11:24:31 +0200 Subject: [PATCH] Updated example --- example/example.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/example/example.cpp b/example/example.cpp index 1aed8730..e11b8369 100644 --- a/example/example.cpp +++ b/example/example.cpp @@ -173,7 +173,6 @@ void trace_example() { // stopwatch example #include - #include "spdlog/stopwatch.h" void stopwatch_example() { spdlog::stopwatch sw;