diff options
author | George Hazan <ghazan@miranda.im> | 2018-03-28 14:28:40 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-03-28 14:28:40 +0300 |
commit | d75fed3bfc9c252f5d20b889e0bec95fb0a4527e (patch) | |
tree | a3a03ab5afcb6441f1a29c995b240fc6ff0785bc /plugins/Exchange/src/stdafx.h | |
parent | 9ee90b86b0be67b64b650bfd349a13829a48efb5 (diff) |
code cleaning
Diffstat (limited to 'plugins/Exchange/src/stdafx.h')
-rw-r--r-- | plugins/Exchange/src/stdafx.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Exchange/src/stdafx.h b/plugins/Exchange/src/stdafx.h index 54a29c3752..1358ddbb07 100644 --- a/plugins/Exchange/src/stdafx.h +++ b/plugins/Exchange/src/stdafx.h @@ -39,7 +39,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_options.h>
#include <m_clist.h>
#include <m_langpack.h>
-#include "m_utils.h"
+#include <m_utils.h>
+#include <m_plugin.h>
#include "resource.h"
#include "version.h"
|