summaryrefslogtreecommitdiffstats
path: root/src/monitor
diff options
context:
space:
mode:
Diffstat (limited to 'src/monitor')
-rw-r--r--src/monitor/monitor.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/monitor/monitor.c b/src/monitor/monitor.c
index 5559bd9a..d1f2e661 100644
--- a/src/monitor/monitor.c
+++ b/src/monitor/monitor.c
@@ -19,13 +19,13 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "util/util.h"
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/time.h>
#include <sys/param.h>
#include <time.h>
#include <string.h>
-#include "config.h"
#ifdef HAVE_SYS_INOTIFY_H
#include <sys/inotify.h>
#endif
@@ -39,7 +39,6 @@
#include <arpa/nameser.h>
#include <resolv.h>
-#include "util/util.h"
#include "popt.h"
#include "tevent.h"
#include "confdb/confdb.h"