Forget addresses of unreachable nodes.
[oweals/tinc.git] / system.h
index 973869a1ff542348fcf1f5efd4735a2231f8e96b..dfb4c6d7c69ad49fd83765caecc4880c8a142ae0 100644 (file)
--- a/system.h
+++ b/system.h
@@ -31,10 +31,6 @@ typedef int bool;
 #define false 0
 #endif
 
-/* Include localisation support */
-
-#include "gettext.h"
-
 #ifndef HAVE_STRSIGNAL
 # define strsignal(p) ""
 #endif