From b417f59af16cc5ebd691127212aa7a3b5477cd64 Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Tue, 7 Aug 2018 11:33:55 -0400 Subject: [PATCH] Get rid of extraneous include. --- src/linux.cc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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