Skip to content

Commit

Permalink
mohqueue: 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 0f223e2 commit 7ae0d6e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/modules/mohqueue/mohq_db.c
Expand Up @@ -19,7 +19,7 @@
*
*/

#include "mohq.h"
#include "mohqueue_mod.h"
#include "mohq_db.h"
#include "mohq_funcs.h"

Expand Down
2 changes: 1 addition & 1 deletion src/modules/mohqueue/mohq_funcs.c
Expand Up @@ -21,7 +21,7 @@

#include <stdarg.h>

#include "mohq.h"
#include "mohqueue_mod.h"
#include "mohq_db.h"
#include "mohq_funcs.h"

Expand Down
2 changes: 1 addition & 1 deletion src/modules/mohqueue/mohq_locks.c
Expand Up @@ -19,7 +19,7 @@
*
*/

#include "mohq.h"
#include "mohqueue_mod.h"
#include "mohq_locks.h"

/**********
Expand Down
Expand Up @@ -22,7 +22,7 @@
#include <sys/types.h>
#include <stdlib.h>

#include "mohq.h"
#include "mohqueue_mod.h"
#include "mohq_db.h"
#include "mohq_funcs.h"

Expand Down
File renamed without changes.

0 comments on commit 7ae0d6e

Please sign in to comment.