Skip to content
Snippets Groups Projects
Commit 6ca31b4e authored by rswindell's avatar rswindell
Browse files

Don't need lzh.h outside of internal functions in smbadd.c and smbtxt.c

parent 37b08167
Branches
Tags
No related merge requests found
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
#include "smblib.h" #include "smblib.h"
#include "genwrap.h" #include "genwrap.h"
#include "crc32.h" #include "crc32.h"
#include "lzh.h"
/****************************************************************************/ /****************************************************************************/
/****************************************************************************/ /****************************************************************************/
......
...@@ -37,8 +37,6 @@ ...@@ -37,8 +37,6 @@
#ifndef _SMBLIB_H #ifndef _SMBLIB_H
#define _SMBLIB_H #define _SMBLIB_H
#include "lzh.h"
#ifdef SMBEXPORT #ifdef SMBEXPORT
#undef SMBEXPORT #undef SMBEXPORT
#endif #endif
......
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
/* SMB-specific */ /* SMB-specific */
#include "smblib.h" #include "smblib.h"
#include "base64.h" #include "base64.h"
#include "lzh.h"
char* SMBCALL smb_getmsgtxt(smb_t* smb, smbmsg_t* msg, ulong mode) char* SMBCALL smb_getmsgtxt(smb_t* smb, smbmsg_t* msg, ulong mode)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment