aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/api')
-rw-r--r--src/crepe/api/Button.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/Button.h b/src/crepe/api/Button.h
index 5d4156b..25d74e2 100644
--- a/src/crepe/api/Button.h
+++ b/src/crepe/api/Button.h
@@ -2,9 +2,9 @@
#include <functional>
-#include "UIObject.h"
#include "Event.h"
#include "Metadata.h"
+#include "UIObject.h"
namespace crepe {