aboutsummaryrefslogtreecommitdiff
path: root/src/ui/style/Condition.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/style/Condition.cpp')
-rw-r--r--src/ui/style/Condition.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/style/Condition.cpp b/src/ui/style/Condition.cpp
index f7cdf7fd..a0de03dc 100644
--- a/src/ui/style/Condition.cpp
+++ b/src/ui/style/Condition.cpp
@@ -1,8 +1,8 @@
#include "cru/ui/style/Condition.h"
#include <memory>
-#include "cru/common/ClonablePtr.h"
-#include "cru/common/Event.h"
+#include "cru/base/ClonablePtr.h"
+#include "cru/base/Event.h"
#include "cru/ui/controls/Control.h"
#include "cru/ui/controls/ICheckableControl.h"
#include "cru/ui/controls/IClickableControl.h"