mirror of
https://github.com/samba-team/samba.git
synced 2025-11-23 20:23:50 +03:00
r12829: fix ldb headers, to not include '<...>' files in .c files
this helps in getting symbol -fvisibility=hidden (GCC 4 feature) working later. metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
ad189553f4
commit
380938e97f
@@ -33,9 +33,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "ldb/include/ldb.h"
|
||||
#include "ldb/include/ldb_private.h"
|
||||
#include <ctype.h>
|
||||
#include "ldb/include/includes.h"
|
||||
|
||||
/*
|
||||
TODO:
|
||||
|
||||
Reference in New Issue
Block a user