projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bb5072
)
Align with new util library locations
author
Andrew Bays
<andrew.bays@gmail.com>
Tue, 18 Jun 2019 16:29:03 +0000
(12:29 -0400)
committer
Andrew Bays
<andrew.bays@gmail.com>
Tue, 18 Jun 2019 16:29:03 +0000
(12:29 -0400)
src/procevent.c
patch
|
blob
|
history
diff --git
a/src/procevent.c
b/src/procevent.c
index
be4509e
..
3a5be7a
100644
(file)
--- a/
src/procevent.c
+++ b/
src/procevent.c
@@
-26,10
+26,10
@@
#include "collectd.h"
-#include "common.h"
#include "plugin.h"
+#include "utils/common/common.h"
+#include "utils/ignorelist/ignorelist.h"
#include "utils_complain.h"
-#include "utils_ignorelist.h"
#include <errno.h>
#include <pthread.h>