summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/cgi/cgi.cc2
-rw-r--r--examples/equiv/equiv.cc1
-rw-r--r--examples/fix/fix.cc2
3 files changed, 2 insertions, 3 deletions
diff --git a/examples/cgi/cgi.cc b/examples/cgi/cgi.cc
index a0294ab..5586410 100644
--- a/examples/cgi/cgi.cc
+++ b/examples/cgi/cgi.cc
@@ -14,7 +14,7 @@ const std::string g_not_found = R"(
<html>
<head>
<meta charset="UTF-8">
- <title>Uh Oh!</title>
+ <title>error | snu-lib</title>
<style>
body {
font-family: monospace;
diff --git a/examples/equiv/equiv.cc b/examples/equiv/equiv.cc
index 1b7b042..664602e 100644
--- a/examples/equiv/equiv.cc
+++ b/examples/equiv/equiv.cc
@@ -5,7 +5,6 @@
*/
#include <lib/equiv.hpp>
-#include <lib/fix.hpp>
#include <iostream>
/* finally test it */
diff --git a/examples/fix/fix.cc b/examples/fix/fix.cc
index 1ab258e..9b983de 100644
--- a/examples/fix/fix.cc
+++ b/examples/fix/fix.cc
@@ -4,7 +4,7 @@
licensed under the MIT license
*/
-#include <lib/fix.hpp>
+#include <lib/fix/parser.hpp>
#include <iostream>
/* finally test it */