clean up a bit
[taskasaur.git] / headers / parser.h
index f2a9632..950e560 100644 (file)
@@ -2,6 +2,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <assert.h>
 #include <md4c.h>
 
 typedef enum SubTaskState {
@@ -34,6 +35,5 @@ typedef struct Board {
     int todolist_count;
 } Board;
 
-
 extern Board* begin_parse(char* board_path);