diff options
author | crupest <crupest@outlook.com> | 2022-03-29 22:11:20 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-03-29 22:11:20 +0800 |
commit | 6f09b50c8abce11ef191fd3205b1cbdd2891907f (patch) | |
tree | 97f443663b2498ca63586d704e8db2cf1b41cb55 /src/theme_builder/components/StyleRuleSetEditor.cpp | |
parent | e45106981ba5720947cdb56a3f48ad3e91a996b8 (diff) | |
download | cru-6f09b50c8abce11ef191fd3205b1cbdd2891907f.tar.gz cru-6f09b50c8abce11ef191fd3205b1cbdd2891907f.tar.bz2 cru-6f09b50c8abce11ef191fd3205b1cbdd2891907f.zip |
...
Diffstat (limited to 'src/theme_builder/components/StyleRuleSetEditor.cpp')
-rw-r--r-- | src/theme_builder/components/StyleRuleSetEditor.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/theme_builder/components/StyleRuleSetEditor.cpp b/src/theme_builder/components/StyleRuleSetEditor.cpp index bc28a462..89ab4efb 100644 --- a/src/theme_builder/components/StyleRuleSetEditor.cpp +++ b/src/theme_builder/components/StyleRuleSetEditor.cpp @@ -1,7 +1,4 @@ #include "StyleRuleSetEditor.h" -#include <algorithm> -#include <memory> -#include <optional> #include "cru/common/Exception.h" #include "cru/common/String.h" #include "cru/ui/DeleteLater.h" |