Skip to content

Commit

Permalink
db_text Change core source code file name to match module name
Browse files Browse the repository at this point in the history
Issue #82
  • Loading branch information
oej committed Apr 1, 2016
1 parent 29fda72 commit 44c2ebd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/db_text/dbtext.c → modules/db_text/db_text.c
Expand Up @@ -28,7 +28,7 @@
#include "../../sr_module.h"
#include "../../lib/srdb1/db.h"
#include "../../rpc_lookup.h"
#include "dbtext.h"
#include "db_text.h"
#include "dbt_lib.h"
#include "dbt_api.h"

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion modules/db_text/dbt_base.c
Expand Up @@ -27,7 +27,7 @@
#include "../../mem/mem.h"
#include "../../mem/shm_mem.h"

#include "dbtext.h"
#include "db_text.h"
#include "dbt_res.h"
#include "dbt_api.h"

Expand Down
2 changes: 1 addition & 1 deletion modules/db_text/dbt_raw_query.c
Expand Up @@ -27,7 +27,7 @@
#include "../../mem/mem.h"
#include "../../mem/shm_mem.h"

#include "dbtext.h"
#include "db_text.h"
#include "dbt_res.h"
#include "dbt_api.h"
#include "dbt_raw_util.h"
Expand Down

0 comments on commit 44c2ebd

Please sign in to comment.