X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=system.h;h=5dc1dafcf006502ef3a5d926785803d056559be6;hb=288990c809f818ccb87d04234b783efd0a2c0276;hp=973869a1ff542348fcf1f5efd4735a2231f8e96b;hpb=ab7c61b06f6c6e991225f2fcc32d02b8e1084aee;p=tinc diff --git a/system.h b/system.h index 973869a1..5dc1dafc 100644 --- a/system.h +++ b/system.h @@ -31,17 +31,13 @@ typedef int bool; #define false 0 #endif -/* Include localisation support */ - -#include "gettext.h" - #ifndef HAVE_STRSIGNAL # define strsignal(p) "" #endif /* Other functions */ -#include "dropin.h" +#include "src/dropin.h" #ifndef HAVE_SOCKLEN_T typedef int socklen_t;