Skip to content

Commit

Permalink
db_mysql Rename core source code file 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 8543993 commit 43620e9
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Expand Up @@ -23,7 +23,7 @@
* @{
*/

#include "mysql_mod.h"
#include "db_mysql.h"
#include "km_db_mysql.h"

#include "my_uri.h"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion modules/db_mysql/km_dbase.c
Expand Up @@ -41,7 +41,7 @@
#include "../../async_task.h"
#include "../../lib/srdb1/db_query.h"
#include "../../lib/srdb1/db_ut.h"
#include "mysql_mod.h"
#include "db_mysql.h"
#include "km_val.h"
#include "km_my_con.h"
#include "km_res.h"
Expand Down
2 changes: 1 addition & 1 deletion modules/db_mysql/km_my_con.c
Expand Up @@ -32,7 +32,7 @@
#include "../../mem/mem.h"
#include "../../dprint.h"
#include "../../ut.h"
#include "mysql_mod.h"
#include "db_mysql.h"

/*! \brief
* Create a new connection structure,
Expand Down
2 changes: 1 addition & 1 deletion modules/db_mysql/my_cmd.c
Expand Up @@ -33,7 +33,7 @@
#include "my_cmd.h"

#include "my_con.h"
#include "mysql_mod.h"
#include "db_mysql.h"
#include "my_fld.h"

#include "../../mem/mem.h"
Expand Down
2 changes: 1 addition & 1 deletion modules/db_mysql/my_con.c
Expand Up @@ -21,7 +21,7 @@

#include "my_con.h"

#include "mysql_mod.h"
#include "db_mysql.h"
#include "my_uri.h"

#include "../../mem/mem.h"
Expand Down

0 comments on commit 43620e9

Please sign in to comment.