X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=system.h;h=c68862220a53acef469f7e259b197438d5924006;hb=9f8020a09ce08210a10a0c65cefd83d2646395ab;hp=973869a1ff542348fcf1f5efd4735a2231f8e96b;hpb=ab7c61b06f6c6e991225f2fcc32d02b8e1084aee;p=meshlink diff --git a/system.h b/system.h index 973869a1..c6886222 100644 --- a/system.h +++ b/system.h @@ -1,7 +1,7 @@ /* system.h -- system headers Copyright (C) 1998-2005 Ivo Timmermans - 2003-2006 Guus Sliepen + 2003-2009 Guus Sliepen 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 @@ -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;