]> tinc-vpn.org Git - tinc/blobdiff - src/info.c
Enable and fix many extra warnings supported by GCC and Clang.
[tinc] / src / info.c
index c324df9405e0e9e5b070445c2d29802525996918..25e6b60c971dad1ed1044474efa1bed210a0f0d5 100644 (file)
@@ -1,6 +1,6 @@
 /*
     info.c -- Show information about a node, subnet or address
-    Copyright (C) 2012-2017 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2012-2022 Guus Sliepen <guus@tinc-vpn.org>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
 #include "system.h"
 
 #include "control_common.h"
+#include "info.h"
+#include "logger.h"
 #include "subnet.h"
 #include "tincctl.h"
-#include "info.h"
 #include "utils.h"
 
 void logger(int level, int priority, const char *format, ...) {