diff options
author | crupest <crupest@outlook.com> | 2019-03-23 23:52:07 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-03-23 23:52:07 +0800 |
commit | e8be3841457853daefc26d0ca00256ad8c44f593 (patch) | |
tree | 66d9204423c3887ebc7d781d13d815ae0443d620 /src/ui/events/ui_event.cpp | |
parent | 2ecfdaa20d8436948e4a73da73d6a11b78e88371 (diff) | |
download | cru-e8be3841457853daefc26d0ca00256ad8c44f593.tar.gz cru-e8be3841457853daefc26d0ca00256ad8c44f593.tar.bz2 cru-e8be3841457853daefc26d0ca00256ad8c44f593.zip |
...
Diffstat (limited to 'src/ui/events/ui_event.cpp')
-rw-r--r-- | src/ui/events/ui_event.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/ui/events/ui_event.cpp b/src/ui/events/ui_event.cpp index ee3a68dc..78d56a83 100644 --- a/src/ui/events/ui_event.cpp +++ b/src/ui/events/ui_event.cpp @@ -1,7 +1,3 @@ #include "ui_event.hpp" -#include "ui/control.hpp" - -namespace cru::ui::events -{ -} +namespace cru::ui::events {} |