1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

Remove unused include.

(This used to be commit 778e37480f)
This commit is contained in:
Jelmer Vernooij 2008-02-25 15:48:35 +01:00
parent 73a3e8443c
commit 9bcc28cdec

View File

@ -23,8 +23,6 @@ sub create_cflags($$$$) {
open(CFLAGS_TXT,">$file") || die ("Can't open `$file'\n");
print CFLAGS_TXT "include mkconfig.mk\n";
my $src_ne_build = ($srcdir ne $builddir) ? 1 : 0;
foreach my $key (values %{$CTX}) {