about summary refs log tree commit diff stats
path: root/001help.cc
diff options
context:
space:
mode:
Diffstat (limited to '001help.cc')
-rw-r--r--001help.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/001help.cc b/001help.cc
index b8dbe7a6..5e769ab1 100644
--- a/001help.cc
+++ b/001help.cc
@@ -133,17 +133,17 @@ bool has_data(istream& in) {
 }
 
 :(before "End Includes")
-#include<assert.h>
+#include <assert.h>
 
-#include<iostream>
+#include <iostream>
 using std::istream;
 using std::ostream;
 using std::iostream;
 using std::cin;
 using std::cout;
 using std::cerr;
-#include<iomanip>
+#include <iomanip>
 
-#include<cstring>
-#include<string>
+#include <cstring>
+#include <string>
 using std::string;