diff options
author | pacien | 2018-01-09 02:15:21 +0100 |
---|---|---|
committer | pacien | 2018-01-09 02:15:21 +0100 |
commit | 5beabe1a69e6dda3e139e95d24c3e9c8e027990a (patch) | |
tree | 6a4eb07cca4c6edfbfaddeac59fed99e4230f201 /src/gui/gui.c | |
parent | 5980fa86c1fc90849102bbc24679423f978e2a50 (diff) | |
download | morpher-5beabe1a69e6dda3e139e95d24c3e9c8e027990a.tar.gz |
Sources and import cleanup
Signed-off-by: pacien <pacien.trangirard@pacien.net>
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 | } |