diff options
Diffstat (limited to 'src/core/commonheaders.h')
-rw-r--r-- | src/core/commonheaders.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/commonheaders.h b/src/core/commonheaders.h index 1ee41ff5f1..1a8cc47235 100644 --- a/src/core/commonheaders.h +++ b/src/core/commonheaders.h @@ -66,7 +66,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <newpluginapi.h>
#include <m_database.h>
#include <m_db_int.h>
-#include <m_chat_int.h>
#include <m_clc.h>
#include <m_clui.h>
#include <m_crypto.h>
@@ -102,4 +101,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_netlib.h>
#include <m_xml.h>
+typedef struct GlobalLogSettingsBase GlobalLogSettings;
+#include <m_chat_int.h>
+
#include "../resource.h"
\ No newline at end of file |