diff options
Diffstat (limited to 'include/cru/ui/controls/StackLayout.hpp')
-rw-r--r-- | include/cru/ui/controls/StackLayout.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/controls/StackLayout.hpp b/include/cru/ui/controls/StackLayout.hpp index c0b95044..373b4681 100644 --- a/include/cru/ui/controls/StackLayout.hpp +++ b/include/cru/ui/controls/StackLayout.hpp @@ -1,5 +1,5 @@ #pragma once -#include "../LayoutControl.hpp" +#include "LayoutControl.hpp" namespace cru::ui::controls { class StackLayout : public LayoutControl { |