From 2ef6c08e919cb2adc542529934bf930903be5039 Mon Sep 17 00:00:00 2001 From: Clement Rey Date: Thu, 14 Dec 2023 07:53:50 +0100 Subject: [PATCH] remove example bloat --- examples/cpp/stdio/main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/cpp/stdio/main.cpp b/examples/cpp/stdio/main.cpp index c9aa4390f22c..66a24c9b01d4 100644 --- a/examples/cpp/stdio/main.cpp +++ b/examples/cpp/stdio/main.cpp @@ -2,9 +2,6 @@ #include #include -#include - -using rerun::demo::grid3d; int main() { const auto rec = rerun::RecordingStream("rerun_example_stdio");