diff options
author | George Hazan <ghazan@miranda.im> | 2020-02-01 20:08:00 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-02-01 20:08:00 +0300 |
commit | fedaef8b13087ba33fbc885b64b6582c2d5f43f4 (patch) | |
tree | 097b86446eb9718fa75f2bb414cc17ae7147521f /plugins/Toaster/src/stdafx.h | |
parent | 133b067e695bee81189df980c9043fe843d7887e (diff) |
m_system_cpp.h removed, because there're no C files anymore (hurrah)
Diffstat (limited to 'plugins/Toaster/src/stdafx.h')
-rw-r--r-- | plugins/Toaster/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Toaster/src/stdafx.h b/plugins/Toaster/src/stdafx.h index f56f0cfeec..1a389a8add 100644 --- a/plugins/Toaster/src/stdafx.h +++ b/plugins/Toaster/src/stdafx.h @@ -13,7 +13,7 @@ #include <string>
#include <newpluginapi.h>
-#include <m_system_cpp.h>
+#include <m_system.h>
#include <m_langpack.h>
#include <m_avatars.h>
#include <m_protocols.h>
|