diff options
author | crupest <crupest@outlook.com> | 2019-04-04 23:08:22 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-04-04 23:08:22 +0800 |
commit | 6268f3ca09afef812cf288f323cacff22fbfcffc (patch) | |
tree | 86e89d3b4212ae069075f799a5278c120e258e73 /src/ui/content_control.cpp | |
parent | dbda5a8e4f0d59ad95be8fc3ee7b21e9122cc474 (diff) | |
download | cru-6268f3ca09afef812cf288f323cacff22fbfcffc.tar.gz cru-6268f3ca09afef812cf288f323cacff22fbfcffc.tar.bz2 cru-6268f3ca09afef812cf288f323cacff22fbfcffc.zip |
Finish refactor!!!
Diffstat (limited to 'src/ui/content_control.cpp')
-rw-r--r-- | src/ui/content_control.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/content_control.cpp b/src/ui/content_control.cpp index 3a23164c..6383a10e 100644 --- a/src/ui/content_control.cpp +++ b/src/ui/content_control.cpp @@ -1,6 +1,6 @@ #include "cru/ui/content_control.hpp" -#include "window.hpp" +#include "cru/ui/window.hpp" #include <cassert> |