mirror of
https://github.com/samba-team/samba.git
synced 2025-12-03 04: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,8 +33,8 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "ldb/include/ldb.h"
|
||||
#include "ldb/include/ldb_private.h"
|
||||
#include "ldb/include/includes.h"
|
||||
|
||||
#include "ldb/ldb_tdb/ldb_tdb.h"
|
||||
|
||||
/* change this if the data format ever changes */
|
||||
|
||||
Reference in New Issue
Block a user