diff options
author | Aaron Ball <nullspoon@oper.io> | 2022-06-21 20:50:48 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2022-06-21 20:50:48 -0600 |
commit | 0d8e60016aac8d4fff94b6f9f417b68c8cf12ed6 (patch) | |
tree | d1a53ab0c5af334590b72e5e3e340234866010b7 | |
parent | 7e18c143e16cf25210a1ab19b84f4e140d360d08 (diff) | |
download | cmon-0d8e60016aac8d4fff94b6f9f417b68c8cf12ed6.tar.gz cmon-0d8e60016aac8d4fff94b6f9f417b68c8cf12ed6.tar.xz |
Remove unecesswary includes from main
-rw-r--r-- | src/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -17,8 +17,6 @@ */ #include <stdio.h> #include <stdlib.h> -#include <string.h> -#include <sys/sysinfo.h> #include "status.h" #include "meminfo.h" |