From 1a634d1cc7b5243359e421d77b3d3fb3eeea7004 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 23 Dec 2025 14:53:16 +0100 Subject: feat: better documentation of builder objects. Signed-off-by: Amlal El Mahrouss --- example/example_03_hello_world_toml/hello_world.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'example') diff --git a/example/example_03_hello_world_toml/hello_world.cc b/example/example_03_hello_world_toml/hello_world.cc index ae47ce8..e259b1a 100644 --- a/example/example_03_hello_world_toml/hello_world.cc +++ b/example/example_03_hello_world_toml/hello_world.cc @@ -1,5 +1,4 @@ #include -#include int main(int argc, char** argv) { std::cout << "hello, world!\n"; -- cgit v1.2.3