aboutsummaryrefslogtreecommitdiff
path: root/src/ui/style
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-11-04 22:17:27 +0800
committerYuqian Yang <crupest@crupest.life>2025-11-04 22:17:27 +0800
commitef6cff0f308d49326bbe0c3b557cb8ab6cca455b (patch)
tree34914a6e76093d892ff10f8400d04c285eeab2c8 /src/ui/style
parent8bea03e0811588e741050b598b8123865b333999 (diff)
downloadcru-ef6cff0f308d49326bbe0c3b557cb8ab6cca455b.tar.gz
cru-ef6cff0f308d49326bbe0c3b557cb8ab6cca455b.tar.bz2
cru-ef6cff0f308d49326bbe0c3b557cb8ab6cca455b.zip
Move base Exception.h to Base.h.
Diffstat (limited to 'src/ui/style')
-rw-r--r--src/ui/style/StyleRuleSet.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/style/StyleRuleSet.cpp b/src/ui/style/StyleRuleSet.cpp
index b7a82577..e1b91e4d 100644
--- a/src/ui/style/StyleRuleSet.cpp
+++ b/src/ui/style/StyleRuleSet.cpp
@@ -1,6 +1,5 @@
#include "cru/ui/style/StyleRuleSet.h"
#include "cru/base/Event.h"
-#include "cru/base/Exception.h"
#include "cru/ui/controls/Control.h"
#include "cru/ui/model/IListChangeNotify.h"