summaryrefslogtreecommitdiffhomepage
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/example_03_hello_world_toml/hello_world.cc1
1 files changed, 0 insertions, 1 deletions
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 <iostream>
-#include <string>
int main(int argc, char** argv) {
std::cout << "hello, world!\n";