aboutsummaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-05-07 19:50:58 +0800
committercrupest <crupest@outlook.com>2022-05-07 19:50:58 +0800
commitcb850a6d6d13fc5b2c0cdd8773e368e23252c459 (patch)
treea7cef6c60f55e3870900016e0f1a4efe578efbf0 /src/ui
parent6e2615f632219e9e2ea2b1bf582105d8ad1f77d6 (diff)
downloadcru-cb850a6d6d13fc5b2c0cdd8773e368e23252c459.tar.gz
cru-cb850a6d6d13fc5b2c0cdd8773e368e23252c459.tar.bz2
cru-cb850a6d6d13fc5b2c0cdd8773e368e23252c459.zip
...
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/render/ScrollBar.cpp1
-rw-r--r--src/ui/style/StyleRuleSet.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/render/ScrollBar.cpp b/src/ui/render/ScrollBar.cpp
index 710ca832..bcef74a2 100644
--- a/src/ui/render/ScrollBar.cpp
+++ b/src/ui/render/ScrollBar.cpp
@@ -19,7 +19,6 @@
#include <algorithm>
#include <cassert>
#include <chrono>
-#include <gsl/pointers>
#include <memory>
#include <optional>
#include <stdexcept>
diff --git a/src/ui/style/StyleRuleSet.cpp b/src/ui/style/StyleRuleSet.cpp
index 74aba5b1..4deaaefa 100644
--- a/src/ui/style/StyleRuleSet.cpp
+++ b/src/ui/style/StyleRuleSet.cpp
@@ -2,7 +2,6 @@
#include "cru/common/Event.h"
#include "cru/ui/controls/Control.h"
#include "cru/ui/model/IListChangeNotify.h"
-#include "gsl/gsl_assert"
#include <unordered_set>