summaryrefslogtreecommitdiffstats
path: root/src/btop_config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/btop_config.cpp')
-rw-r--r--src/btop_config.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/btop_config.cpp b/src/btop_config.cpp
index c250a78..45fce43 100644
--- a/src/btop_config.cpp
+++ b/src/btop_config.cpp
@@ -22,8 +22,8 @@ tab-size = 4
#include <atomic>
#include <fstream>
-#include <btop_config.h>
-#include <btop_tools.h>
+#include <btop_config.hpp>
+#include <btop_tools.hpp>
using robin_hood::unordered_flat_map, std::map, std::array, std::atomic;
namespace fs = std::filesystem;