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/VoiceService/src | |
parent | 133b067e695bee81189df980c9043fe843d7887e (diff) |
m_system_cpp.h removed, because there're no C files anymore (hurrah)
Diffstat (limited to 'plugins/VoiceService/src')
-rw-r--r-- | plugins/VoiceService/src/stdafx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/VoiceService/src/stdafx.h b/plugins/VoiceService/src/stdafx.h index cb28b01834..d54bf5ac13 100644 --- a/plugins/VoiceService/src/stdafx.h +++ b/plugins/VoiceService/src/stdafx.h @@ -40,7 +40,6 @@ using namespace std; #include <win2k.h> #include <newpluginapi.h> #include <m_system.h> -#include <m_system_cpp.h> #include <m_protocols.h> #include <m_protosvc.h> #include <m_clistint.h> |