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 /include/m_clistint.h | |
parent | 133b067e695bee81189df980c9043fe843d7887e (diff) |
m_system_cpp.h removed, because there're no C files anymore (hurrah)
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r-- | include/m_clistint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h index 8f7ed7e6a0..a547640439 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -31,7 +31,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_clist.h>
#endif
-#include <m_system_cpp.h>
+#include <m_system.h>
#include <m_protocols.h>
#include <m_clc.h>
|