]> git.samba.org - abartlet/samba.git/.git/blobdiff - source4/lib/ldb/tests/sample_module.c
Fix the mess with ldb includes.
[abartlet/samba.git/.git] / source4 / lib / ldb / tests / sample_module.c
index 1a9e72c907b23976a7cac2aa8de6bc5075012b06..bbe4419b598c0188fc642c917eada5f232fb12cd 100644 (file)
@@ -21,9 +21,7 @@
    License along with this library; if not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "ldb_includes.h"
-#include "ldb.h"
-#include "ldb_errors.h"
+#include "ldb_module.h"
 
 int sample_add(struct ldb_module *mod, struct ldb_request *req)
 {