Skip to content

Commit

Permalink
Housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Feb 20, 2014
1 parent 9f5f678 commit a5374f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 4 additions & 0 deletions mms-lib/include/mms_lib_types.h
Expand Up @@ -30,6 +30,10 @@
# include <fcntl.h>
#endif

#ifndef O_BINARY
# define O_BINARY 0
#endif

#include <glib.h>
#include <glib-object.h>

Expand Down
6 changes: 0 additions & 6 deletions mms-lib/src/mms_file_util.c
Expand Up @@ -16,12 +16,6 @@
#include "mms_log.h"
#include "mms_error.h"

#include <fcntl.h>

#ifndef O_BINARY
# define O_BINARY 0
#endif

/**
* Removes both the file and the directory containing it, if it's empty.
*/
Expand Down

0 comments on commit a5374f1

Please sign in to comment.