summaryrefslogtreecommitdiffstats
path: root/src/btop_theme.cpp
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2021-06-19 22:48:31 +0200
committeraristocratos <gnmjpl@gmail.com>2021-06-19 22:48:31 +0200
commit3e92a5e89ab8979e6bbb633a1d61854a7cd15e34 (patch)
tree7df4a17e1df800a9e3ef349b25285b70e9813098 /src/btop_theme.cpp
parentd459d088a0dfb216fc6827a940d8da3f61066ecd (diff)
More file reorganizations
Diffstat (limited to 'src/btop_theme.cpp')
-rw-r--r--src/btop_theme.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/btop_theme.cpp b/src/btop_theme.cpp
index 9792c87..59ff663 100644
--- a/src/btop_theme.cpp
+++ b/src/btop_theme.cpp
@@ -23,9 +23,9 @@ tab-size = 4
#include <ranges>
#include <algorithm>
-#include <btop_tools.h>
-#include <btop_config.h>
-#include <btop_theme.h>
+#include <btop_tools.hpp>
+#include <btop_config.hpp>
+#include <btop_theme.hpp>
using std::round, std::vector, robin_hood::unordered_flat_map, std::stoi, std::views::iota, std::array,
std::clamp, std::max, std::min, std::ceil, std::to_string;