X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fpsensor.h;h=3a6b5ecefa86773c96392eb8b8aaa27d27393b3a;hb=1c6444edc42c4e34b39e1d77f9cffca7aad7e798;hp=cec6d0fc89cec804c1c80cdceae57e3ce22fa107;hpb=d019b476f28501c1f180d662fae0ca279e57e719;p=psensor.git diff --git a/src/lib/psensor.h b/src/lib/psensor.h index cec6d0f..3a6b5ec 100644 --- a/src/lib/psensor.h +++ b/src/lib/psensor.h @@ -21,15 +21,17 @@ #include -#include "config.h" +#include + #ifdef HAVE_ATASMART #include #endif -#include "bool.h" -#include "color.h" +#include +#include +#include #include -#include "measure.h" + enum psensor_type { /* type of sensor values */ @@ -115,10 +117,6 @@ struct psensor { void (*cb_alarm_raised)(struct psensor *, void *); void *cb_alarm_raised_data; -#ifdef HAVE_NVIDIA - /* Nvidia id for the nvctrl */ - int nvidia_id; -#endif #ifdef HAVE_LIBATIADL /* AMD id for the aticonfig */ int amd_id;