Skip to content

Commit

Permalink
Removed unnecessary #includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Nov 5, 2018
1 parent b11b6cf commit b4923cd
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions mz_crypt_apple.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@

#include "mz.h"

#include "mz_os.h"
#include "mz_strm_os.h"

/***************************************************************************/

int32_t mz_crypt_rand(uint8_t *buf, int32_t size)
Expand Down
1 change: 0 additions & 1 deletion mz_crypt_brg.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include "mz.h"

#include "mz_os.h"
#include "mz_strm_os.h"

/***************************************************************************/

Expand Down
3 changes: 0 additions & 3 deletions mz_crypt_openssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@

#include "mz.h"

#include "mz_os.h"
#include "mz_strm_os.h"

/***************************************************************************/

static void mz_crypt_init(void)
Expand Down
1 change: 0 additions & 1 deletion mz_crypt_win32.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include "mz.h"

#include "mz_os.h"
#include "mz_strm_os.h"

/***************************************************************************/

Expand Down
1 change: 0 additions & 1 deletion mz_strm_pkcrypt.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

#include "mz.h"
#include "mz_crypt.h"
#include "mz_os.h"
#include "mz_strm.h"
#include "mz_strm_pkcrypt.h"

Expand Down
1 change: 0 additions & 1 deletion mz_strm_wzaes.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

#include "mz.h"
#include "mz_crypt.h"
#include "mz_os.h"
#include "mz_strm.h"
#include "mz_strm_wzaes.h"

Expand Down

0 comments on commit b4923cd

Please sign in to comment.