Skip to content

Commit

Permalink
db_flatstore Rename core module 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 f635a60 commit b12a0fe
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
Expand Up @@ -29,7 +29,7 @@
/** \file
* Flatstore module interface.
*/
#include "flatstore_mod.h"
#include "db_flatstore.h"
#include "km_flatstore_mod.h"
#include "flat_con.h"
#include "flat_cmd.h"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion modules/db_flatstore/flat_cmd.c
Expand Up @@ -32,7 +32,7 @@

#include "flat_cmd.h"
#include "flat_con.h"
#include "flatstore_mod.h"
#include "db_flatstore.h"

#include "../../mem/mem.h"

Expand Down
2 changes: 1 addition & 1 deletion modules/db_flatstore/flat_con.c
Expand Up @@ -31,7 +31,7 @@
*/

#include "flat_con.h"
#include "flatstore_mod.h"
#include "db_flatstore.h"
#include "flat_uri.h"

#include "../../mem/mem.h"
Expand Down
2 changes: 1 addition & 1 deletion modules/db_flatstore/flat_rpc.c
Expand Up @@ -31,7 +31,7 @@
*/

#include "flat_rpc.h"
#include "flatstore_mod.h"
#include "db_flatstore.h"
#include "km_flatstore_mod.h"

#include <time.h>
Expand Down
2 changes: 1 addition & 1 deletion modules/db_flatstore/km_flatstore.c
Expand Up @@ -35,7 +35,7 @@
#include "km_flat_con.h"
#include "km_flatstore_mod.h"
#include "km_flatstore.h"
#include "flatstore_mod.h"
#include "db_flatstore.h"


static int parse_flat_url(const str* url, str* path)
Expand Down
2 changes: 1 addition & 1 deletion modules/db_flatstore/km_flatstore_mod.c
Expand Up @@ -33,7 +33,7 @@
#include "../../rpc_lookup.h"
#include "km_flatstore.h"
#include "km_flatstore_mod.h"
#include "flatstore_mod.h"
#include "db_flatstore.h"

/*MODULE_VERSION*/

Expand Down

0 comments on commit b12a0fe

Please sign in to comment.