tiny update
authorAlexander Fedotov <a.fedotov@student.ru.nl>
Wed, 30 Mar 2016 08:13:39 +0000 (10:13 +0200)
committerAlexander Fedotov <a.fedotov@student.ru.nl>
Wed, 30 Mar 2016 08:13:39 +0000 (10:13 +0200)
modelchecker/main.c
modelchecker/sokoban.c

index d8d7e23..9d93ef2 100644 (file)
@@ -7,7 +7,6 @@
 
 #include "mc.h"
 #include "sokoban.h"
-#include "uthash.h"
 
 //Global variables
 bool DEBUG = false;
index 465c628..4f3c8a1 100644 (file)
@@ -1,6 +1,5 @@
 #include <stdio.h>
 #include <stdlib.h>
-#include "uthash.h"
 #include "sokoban.h"
 
 sokoban_screen *add_coord(int x, int y, sokoban_tile tile, sokoban_screen *screen)