aboutsummaryrefslogtreecommitdiff
path: root/src/ui/animations
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/animations')
-rw-r--r--src/ui/animations/animation.cpp2
-rw-r--r--src/ui/animations/animation.hpp (renamed from src/ui/animations/animation.h)6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/ui/animations/animation.cpp b/src/ui/animations/animation.cpp
index ca0fe8bc..33c743cf 100644
--- a/src/ui/animations/animation.cpp
+++ b/src/ui/animations/animation.cpp
@@ -1,4 +1,4 @@
-#include "animation.h"
+#include "animation.hpp"
#include <utility>
diff --git a/src/ui/animations/animation.h b/src/ui/animations/animation.hpp
index 91a666c9..99389f33 100644
--- a/src/ui/animations/animation.h
+++ b/src/ui/animations/animation.hpp
@@ -2,9 +2,9 @@
#include <unordered_map>
-#include "base.h"
-#include "application.h"
-#include "timer.h"
+#include "base.hpp"
+#include "application.hpp"
+#include "timer.hpp"
namespace cru::ui::animations
{