From 3fbb493d57cda0ed348db6933c329180d872439a Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 6 May 2013 01:38:27 -0400 Subject: Fix extras build --- modules/extra/m_ldap_authentication.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/extra/m_ldap_authentication.cpp') diff --git a/modules/extra/m_ldap_authentication.cpp b/modules/extra/m_ldap_authentication.cpp index 8238082a5..4bd76ff09 100644 --- a/modules/extra/m_ldap_authentication.cpp +++ b/modules/extra/m_ldap_authentication.cpp @@ -1,6 +1,5 @@ #include "module.h" -#include "nickserv.h" -#include "ldapapi.h" +#include "modules/ldap.h" static Module *me; -- cgit