Commit f7c6b9c
committed
Remove unnecessary libpcp.h include from dynamic PMDA
libpcp.h is a private/internal header (marked NOSHIP) that is not
installed. The dynamic PMDA was using it for pmDebugOptions, but this
symbol is already available in the public pmapi.h header which is
already included.
This fixes the compilation error:
dynamic.c:11:10: fatal error: 'libpcp.h' file not found1 parent b38799b commit f7c6b9c
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
0 commit comments