diff --git a/src/linux.cc b/src/linux.cc index 8067f88c47..fd8b2cdc75 100644 --- a/src/linux.cc +++ b/src/linux.cc @@ -27,7 +27,6 @@ * */ -#include #include #include #include @@ -400,7 +399,8 @@ void update_cpu_usage() { #endif } -void free_cpu(struct text_object *) { /* not used */ } +void free_cpu(struct text_object *) { /* not used */ +} void update_load_average() { double v[3]; @@ -1034,7 +1034,8 @@ int get_entropy_poolsize(unsigned int *val) { return 0; } - void free_cpu(struct text_object *) { /* not used */ } + void free_cpu(struct text_object *) { /* not used */ + } // fscanf() that reads floats with points even if you are using a locale where // floats are with commas