avoid to use cpp in code
[psensor.git] / src / lib / psensor.h
index 3a6b5ec..08a3c2f 100644 (file)
@@ -19,8 +19,6 @@
 #ifndef _PSENSOR_PSENSOR_H_
 #define _PSENSOR_PSENSOR_H_
 
-#include <sensors/sensors.h>
-
 #include <config.h>
 
 #ifdef HAVE_ATASMART
@@ -78,11 +76,6 @@ struct psensor {
        /* Name of the chip. */
        char *chip;
 
-       /* lm-sensor */
-       const sensors_chip_name *iname;
-
-       const sensors_feature *feature;
-
        /* Maximum length of 'values' */
        int values_max_length;