Releasing 1.0.13.
[tinc] / system.h
index 973869a..dfb4c6d 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