Skip to content

Commit

Permalink
db2_ldap: Rename module interface file #82
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed Jan 5, 2017
1 parent 318c3ce commit b351dd5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Expand Up @@ -30,7 +30,7 @@
* LDAP module interface.
*/

#include "ld_mod.h"
#include "db2_ldap_mod.h"
#include "ld_uri.h"
#include "ld_cfg.h"
#include "ld_con.h"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/modules/db2_ldap/ld_cfg.c
Expand Up @@ -23,7 +23,7 @@
*/

#include "ld_cfg.h"
#include "ld_mod.h"
#include "db2_ldap_mod.h"
#include "ld_uri.h"

#include "../../core/cfg_parser.h"
Expand Down
2 changes: 1 addition & 1 deletion src/modules/db2_ldap/ld_cmd.c
Expand Up @@ -33,7 +33,7 @@
#include "ld_cmd.h"
#include "ld_fld.h"
#include "ld_con.h"
#include "ld_mod.h"
#include "db2_ldap_mod.h"
#include "ld_uri.h"
#include "ld_cfg.h"
#include "ld_res.h"
Expand Down

0 comments on commit b351dd5

Please sign in to comment.