summaryrefslogtreecommitdiffstats
path: root/src/osx/sensors.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/osx/sensors.hpp')
-rw-r--r--src/osx/sensors.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/osx/sensors.hpp b/src/osx/sensors.hpp
index 1056437..48287ee 100644
--- a/src/osx/sensors.hpp
+++ b/src/osx/sensors.hpp
@@ -1,10 +1,7 @@
-#include <robin_hood.h>
-
-using robin_hood::unordered_flat_map;
namespace Cpu {
class ThermalSensors {
public:
- unordered_flat_map<int, double> getSensors();
+ long long getSensors();
};
} // namespace Cpu