diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-06 19:19:14 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-06 19:19:14 +0300 |
commit | e45e2f1683f984ec5ef05c0b4ffff87ee0405f43 (patch) | |
tree | a2440baf78c8ec3ec7d6f8095ef3f4e3e7ab8ad0 /protocols | |
parent | 0637ba6920b7e7b3ef2b8fd8450d90262ac77649 (diff) |
code cleaning
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Dummy/src/stdafx.h | 2 | ||||
-rw-r--r-- | protocols/FacebookRM/src/stdafx.h | 2 | ||||
-rw-r--r-- | protocols/Gadu-Gadu/src/gg.h | 2 | ||||
-rw-r--r-- | protocols/IRCG/src/stdafx.h | 2 | ||||
-rw-r--r-- | protocols/MRA/src/stdafx.h | 2 | ||||
-rw-r--r-- | protocols/MSN/src/stdafx.h | 2 | ||||
-rw-r--r-- | protocols/MinecraftDynmap/src/stdafx.h | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/stdafx.h | 2 | ||||
-rw-r--r-- | protocols/SkypeWeb/src/stdafx.h | 2 | ||||
-rw-r--r-- | protocols/Tox/src/stdafx.h | 2 | ||||
-rw-r--r-- | protocols/Twitter/src/stdafx.h | 2 | ||||
-rw-r--r-- | protocols/VKontakte/src/stdafx.h | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/protocols/Dummy/src/stdafx.h b/protocols/Dummy/src/stdafx.h index 0ea0d3d493..1ebadd033c 100644 --- a/protocols/Dummy/src/stdafx.h +++ b/protocols/Dummy/src/stdafx.h @@ -30,7 +30,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_avatars.h> #include <m_chat.h> -#include <m_clist.h> +#include <m_clistint.h> #include <m_database.h> #include <m_extraicons.h> #include <m_file.h> diff --git a/protocols/FacebookRM/src/stdafx.h b/protocols/FacebookRM/src/stdafx.h index 3f7516c3dc..5d6a51b0ac 100644 --- a/protocols/FacebookRM/src/stdafx.h +++ b/protocols/FacebookRM/src/stdafx.h @@ -40,7 +40,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <newpluginapi.h>
#include <m_avatars.h>
#include <m_chat.h>
-#include <m_clist.h>
+#include <m_clistint.h>
#include <m_database.h>
#include <m_idle.h>
#include <m_ignore.h>
diff --git a/protocols/Gadu-Gadu/src/gg.h b/protocols/Gadu-Gadu/src/gg.h index 2e74058d02..da4cc74c01 100644 --- a/protocols/Gadu-Gadu/src/gg.h +++ b/protocols/Gadu-Gadu/src/gg.h @@ -53,7 +53,7 @@ #include <m_skin.h>
#include <m_utils.h>
#include <m_ignore.h>
-#include <m_clist.h>
+#include <m_clistint.h>
#include <m_options.h>
#include <m_userinfo.h>
#include <m_button.h>
diff --git a/protocols/IRCG/src/stdafx.h b/protocols/IRCG/src/stdafx.h index 32bc8af34d..61e086bb1e 100644 --- a/protocols/IRCG/src/stdafx.h +++ b/protocols/IRCG/src/stdafx.h @@ -46,7 +46,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "m_protocols.h"
#include "m_protosvc.h"
#include "m_protoint.h"
-#include "m_clist.h"
+#include <m_clistint.h>
#include "m_options.h"
#include "m_database.h"
#include "m_utils.h"
diff --git a/protocols/MRA/src/stdafx.h b/protocols/MRA/src/stdafx.h index df92980ad9..2e7594abef 100644 --- a/protocols/MRA/src/stdafx.h +++ b/protocols/MRA/src/stdafx.h @@ -23,7 +23,7 @@ #include <newpluginapi.h>
#include <m_system.h>
#include <m_protocols.h>
-#include <m_clist.h>
+#include <m_clistint.h>
#include <m_cluiframes.h>
#include <m_genmenu.h>
#include <m_ignore.h>
diff --git a/protocols/MSN/src/stdafx.h b/protocols/MSN/src/stdafx.h index 1eb9ce25a3..84fc8292b3 100644 --- a/protocols/MSN/src/stdafx.h +++ b/protocols/MSN/src/stdafx.h @@ -38,7 +38,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <newpluginapi.h>
-#include <m_clist.h>
+#include <m_clistint.h>
#include <m_contacts.h>
#include <m_idle.h>
#include <m_icolib.h>
diff --git a/protocols/MinecraftDynmap/src/stdafx.h b/protocols/MinecraftDynmap/src/stdafx.h index 0e784465e6..e164bf1c39 100644 --- a/protocols/MinecraftDynmap/src/stdafx.h +++ b/protocols/MinecraftDynmap/src/stdafx.h @@ -41,7 +41,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <newpluginapi.h> #include <m_system.h> #include <m_chat.h> -#include <m_clist.h> +#include <m_clistint.h> #include <m_langpack.h> #include <m_netlib.h> #include <m_options.h> diff --git a/protocols/Omegle/src/stdafx.h b/protocols/Omegle/src/stdafx.h index e492ad25d2..70f5586598 100644 --- a/protocols/Omegle/src/stdafx.h +++ b/protocols/Omegle/src/stdafx.h @@ -42,7 +42,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <newpluginapi.h>
#include <m_system.h>
#include <m_chat.h>
-#include <m_clist.h>
+#include <m_clistint.h>
#include <m_langpack.h>
#include <m_netlib.h>
#include <m_options.h>
diff --git a/protocols/SkypeWeb/src/stdafx.h b/protocols/SkypeWeb/src/stdafx.h index 2ad4940055..2cb4883414 100644 --- a/protocols/SkypeWeb/src/stdafx.h +++ b/protocols/SkypeWeb/src/stdafx.h @@ -34,7 +34,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_database.h>
#include <m_langpack.h>
-#include <m_clist.h>
+#include <m_clistint.h>
#include <m_options.h>
#include <m_netlib.h>
#include <m_popup.h>
diff --git a/protocols/Tox/src/stdafx.h b/protocols/Tox/src/stdafx.h index aed6d505eb..c59439eae6 100644 --- a/protocols/Tox/src/stdafx.h +++ b/protocols/Tox/src/stdafx.h @@ -30,7 +30,7 @@ #include <m_chat_int.h>
#include <m_genmenu.h>
#include <m_clc.h>
-#include <m_clist.h>
+#include <m_clistint.h>
#include <m_gui.h>
#include <m_folders.h>
#include <m_assocmgr.h>
diff --git a/protocols/Twitter/src/stdafx.h b/protocols/Twitter/src/stdafx.h index bda1603983..1183be966a 100644 --- a/protocols/Twitter/src/stdafx.h +++ b/protocols/Twitter/src/stdafx.h @@ -40,7 +40,7 @@ typedef std::basic_string<wchar_t> wstring; #include <m_avatars.h>
#include <m_button.h>
#include <m_chat.h>
-#include <m_clist.h>
+#include <m_clistint.h>
#include <m_database.h>
#include <m_folders.h>
#include <m_history.h>
diff --git a/protocols/VKontakte/src/stdafx.h b/protocols/VKontakte/src/stdafx.h index 5af8993529..da91ad030d 100644 --- a/protocols/VKontakte/src/stdafx.h +++ b/protocols/VKontakte/src/stdafx.h @@ -29,7 +29,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_avatars.h>
#include <m_chat_int.h>
-#include <m_clist.h>
+#include <m_clistint.h>
#include <m_database.h>
#include <m_file.h>
#include <m_genmenu.h>
|