aboutsummaryrefslogtreecommitdiff
path: root/mod_10b/source.h
diff options
context:
space:
mode:
Diffstat (limited to 'mod_10b/source.h')
-rw-r--r--mod_10b/source.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/mod_10b/source.h b/mod_10b/source.h
index fe51602..b28b04f 100644
--- a/mod_10b/source.h
+++ b/mod_10b/source.h
@@ -1,12 +1,3 @@
-#include <iostream> //For cout
-#include <cstring> //For the string functions
-
-using namespace std;
-
-int main();
-void getFullName(char&, char&, char&);
-
-