mirror of https://github.com/xzeldon/htop.git
Remove unnecessary include files from PCPDynamicMeter.c
Also resolve a few unintended style guide transgressions in the PCP platform code.
This commit is contained in:
parent
9f667f2c74
commit
e7aaf79166
|
@ -10,9 +10,6 @@ in the source distribution for its full text.
|
|||
#include "pcp/PCPDynamicMeter.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "Object.h"
|
||||
#include "Platform.h"
|
||||
|
|
Loading…
Reference in New Issue