summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam NAILI2018-01-09 16:03:00 +0100
committerAdam NAILI2018-01-09 16:03:00 +0100
commit1910aa39a7743c758a94f6cbfce390be56efd100 (patch)
treeaa7e6178c7ff67c7426ec341122abefb9eb0cc41
parentffa24dc1077ba47b7bc202e1cdd76dfe7d0f9944 (diff)
downloadmorpher-1910aa39a7743c758a94f6cbfce390be56efd100.tar.gz
Ordering includes
-rw-r--r--src/gui/button.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/button.c b/src/gui/button.c
index 62206e1..4bf3952 100644
--- a/src/gui/button.c
+++ b/src/gui/button.c
@@ -1,9 +1,9 @@
1#include "gui/button.h"
1#include <stdlib.h> 2#include <stdlib.h>
2#include <assert.h> 3#include <assert.h>
3#include <string.h> 4#include <string.h>
4#include <stdbool.h> 5#include <stdbool.h>
5#include <MLV/MLV_all.h> 6#include <MLV/MLV_all.h>
6#include "gui/button.h"
7#include "common/mem.h" 7#include "common/mem.h"
8 8
9static bool button_is_selected(int x, int y, Button *button) { 9static bool button_is_selected(int x, int y, Button *button) {