diff options
author | crupest <crupest@outlook.com> | 2018-12-05 15:51:05 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2018-12-05 15:51:05 +0800 |
commit | 01b0378ed32eb2011863393892717483004cc375 (patch) | |
tree | 5cd487e9359c4680a81cd77c304935539c10406e /src/ui/window.hpp | |
parent | 1166da612f01172270114921eb6785998ef88476 (diff) | |
download | cru-01b0378ed32eb2011863393892717483004cc375.tar.gz cru-01b0378ed32eb2011863393892717483004cc375.tar.bz2 cru-01b0378ed32eb2011863393892717483004cc375.zip |
Avoid search for ancestor in measure.
Diffstat (limited to 'src/ui/window.hpp')
-rw-r--r-- | src/ui/window.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/window.hpp b/src/ui/window.hpp index d7301eb5..7287c7e5 100644 --- a/src/ui/window.hpp +++ b/src/ui/window.hpp @@ -4,7 +4,6 @@ #include "pre.hpp" #include "system_headers.hpp" -#include <list> #include <map> #include <memory> |