1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

s3: no need to globally include intl.h.

Guenther
This commit is contained in:
Günther Deschner 2011-02-14 12:02:00 +01:00
parent c575d30a32
commit ca574482b8
3 changed files with 2 additions and 2 deletions

View File

@ -594,7 +594,6 @@ extern void *cmdline_lp_ctx;
#include "../lib/util/memory.h"
#include "../lib/util/attr.h"
#include "../lib/util/tsort.h"
#include "intl.h"
#include "../lib/util/dlinklist.h"
#include "tdb.h"
#include "util_tdb.h"

View File

@ -59,7 +59,7 @@
#include "ads.h"
#include "../librpc/gen_ndr/svcctl.h"
#include "intl.h"
#include "smb_signing.h"
#include "dbwrap.h"
#include "smbldap.h"

View File

@ -24,6 +24,7 @@
#include "localedir.h"
#include "intl.h"
#ifdef HAVE_LIBINTL_H
#include <libintl.h>
#endif