normalize include
[psensor.git] / src / lib / psensor.h
index cec6d0f..3a6b5ec 100644 (file)
 
 #include <sensors/sensors.h>
 
-#include "config.h"
+#include <config.h>
+
 #ifdef HAVE_ATASMART
 #include <atasmart.h>
 #endif
 
-#include "bool.h"
-#include "color.h"
+#include <bool.h>
+#include <color.h>
+#include <measure.h>
 #include <plog.h>
-#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;