Skip to content

Commit

Permalink
remove stdio from external includes
Browse files Browse the repository at this point in the history
including stdio may cause build issues in some cases
  • Loading branch information
mcodev31 committed Aug 25, 2015
1 parent 25f6907 commit b7389ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/msym_error.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
//

#include <stdarg.h>
#include <stdio.h>
#include "msym_error.h"


Expand Down
2 changes: 0 additions & 2 deletions src/msym_error.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
extern "C" {
#endif

#include <stdio.h>

enum _msym_error {
MSYM_SUCCESS = 0,
MSYM_INVALID_INPUT = -1,
Expand Down

0 comments on commit b7389ca

Please sign in to comment.