diff options
Diffstat (limited to 'src/gui/gui.c')
-rw-r--r-- | src/gui/gui.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/gui/gui.c b/src/gui/gui.c index ced2661..bf73bdb 100644 --- a/src/gui/gui.c +++ b/src/gui/gui.c | |||
@@ -1,8 +1,7 @@ | |||
1 | #include "gui/window.h" | ||
2 | #include "gui/gui.h" | 1 | #include "gui/gui.h" |
2 | #include <MLV/MLV_all.h> | ||
3 | #include "gui/window.h" | ||
3 | #include "common/mem.h" | 4 | #include "common/mem.h" |
4 | #include "MLV/MLV_all.h" | ||
5 | |||
6 | 5 | ||
7 | GUI *gui_create(const char *fpath1, const char *fpath2) { | 6 | GUI *gui_create(const char *fpath1, const char *fpath2) { |
8 | GUI *gui = malloc_or_die(sizeof(GUI)); | 7 | GUI *gui = malloc_or_die(sizeof(GUI)); |
@@ -134,4 +133,4 @@ void gui_destroy(GUI *gui) { | |||
134 | 133 | ||
135 | pictureframe_destroy(gui->pictureFrame1); | 134 | pictureframe_destroy(gui->pictureFrame1); |
136 | pictureframe_destroy(gui->pictureFrame2); | 135 | pictureframe_destroy(gui->pictureFrame2); |
137 | } \ No newline at end of file | 136 | } |