Skip to content

Commit ddec449

Browse files
committed
Remove procfs.h inclusion
We do not use anything from this header Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> [Upstream: opsengine#110]
1 parent 1da7280 commit ddec449

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/process_iterator.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
#include <stdio.h>
2323
#include <stdlib.h>
2424
#include <string.h>
25-
#ifndef __APPLE__
26-
#include <sys/procfs.h>
27-
#endif
2825
#include <time.h>
2926
#include "process_iterator.h"
3027

0 commit comments

Comments
 (0)