diff options
author | George Hazan <ghazan@miranda.im> | 2019-09-30 12:50:21 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-09-30 12:50:21 +0300 |
commit | 66def089b899d96c3ec44d91483488a99d01f188 (patch) | |
tree | 1c62ebef1f51d931939f3205d66c3d9727b886a1 /plugins/QuickMessages/src/stdafx.h | |
parent | 0abc2590e4c11f2b852e87640c5c72b817115120 (diff) |
another compilation fix
Diffstat (limited to 'plugins/QuickMessages/src/stdafx.h')
-rw-r--r-- | plugins/QuickMessages/src/stdafx.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/QuickMessages/src/stdafx.h b/plugins/QuickMessages/src/stdafx.h index cd8963057d..e3f0bcfa72 100644 --- a/plugins/QuickMessages/src/stdafx.h +++ b/plugins/QuickMessages/src/stdafx.h @@ -27,14 +27,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <newpluginapi.h>
#include <m_clist.h>
-#include <m_options.h>
-#include <m_utils.h>
-#include <m_protosvc.h>
-#include <m_chat_int.h>
-#include <m_langpack.h>
+#include <m_contacts.h>
#include <m_icolib.h>
+#include <m_langpack.h>
#include <m_message.h>
-#include <m_contacts.h>
+#include <m_options.h>
+#include <m_protosvc.h>
+#include <m_srmm_int.h>
+#include <m_utils.h>
#include <win2k.h>
#include "resource.h"
|