Fix clang 20 build issues
It is observed that with recent change of clang to 20 there are some CI
issues introduced, therefore fixed the same.
```
error: included header cstdint is not used directly
[misc-include-cleaner,-warnings-as-errors]
3 | #include <cstdint>
| ^~~~~~~~~~~~~~~~~~
```
Change-Id: I2c7752d960691572970fcbed331bc61149387bb2
Signed-off-by: Chandramohan Harkude <chandramohan.harkude@gmail.com>
diff --git a/src/dbus-sensor_config.h.in b/src/dbus-sensor_config.h.in
index 6dc9931..8045676 100644
--- a/src/dbus-sensor_config.h.in
+++ b/src/dbus-sensor_config.h.in
@@ -1,7 +1,5 @@
#pragma once
-#include <cstdint>
-
// clang-format off
constexpr const int validateUnsecureFeature = @VALIDATION_UNSECURE_FEATURE@;