aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/main.c b/main.c
index 6173f26..87f2f01 100644
--- a/main.c
+++ b/main.c
@@ -1,13 +1,8 @@
-#include "list.h"
+#include "main.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-struct student {
- char *name;
- struct list_elem elem;
-};
-
// Read a line from stdin, strip the eventual newline and return a pointer
// to the string. Remember to free the pointer.
char *read_input() {