Skip to content

Commit f7c6b9c

Browse files
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 found
1 parent b38799b commit f7c6b9c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

qa/pmdas/dynamic/dynamic.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#include <syslog.h>
99
#include <errno.h>
1010
#include <pcp/pmapi.h>
11-
#include "libpcp.h"
1211
#include <pcp/pmda.h>
1312
#include "domain.h"
1413

0 commit comments

Comments
 (0)