diff options
author | George Hazan <ghazan@miranda.im> | 2017-02-14 18:09:31 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-02-14 18:09:31 +0300 |
commit | d087c0b8cc5361f230761e27b0d685d3acb6ae71 (patch) | |
tree | fe6a1b5729d7ba11dd3ff1356498583007e13cce /protocols/Steam | |
parent | b8e0ee2bea6aac0a1bdf43575585ed78263bbe16 (diff) |
fix for include duplicates & recursions
Diffstat (limited to 'protocols/Steam')
-rw-r--r-- | protocols/Steam/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/src/stdafx.h b/protocols/Steam/src/stdafx.h index 44e3dfc893..3abce22f89 100644 --- a/protocols/Steam/src/stdafx.h +++ b/protocols/Steam/src/stdafx.h @@ -35,7 +35,7 @@ #include <m_extraicons.h>
#include <m_gui.h>
#include <m_http.h>
-#include <m_system_cpp.h>
+#include <m_system.h>
#include "resource.h"
#include "version.h"
|