diff options
author | George Hazan <ghazan@miranda.im> | 2016-12-02 16:52:18 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-12-02 16:52:18 +0300 |
commit | 5bf0b5424af1153dcb1b1c32f8a26d43811f5bb2 (patch) | |
tree | e5055987b7ed1ef8c0d9c827b866d1c077f51718 | |
parent | 936d060b47a8c1061f806d627c97e469f8530b70 (diff) |
m_msg_buttonsbar.h is not needed anymore
-rw-r--r-- | plugins/BossKeyPlus/src/stdafx.h | 1 | ||||
-rw-r--r-- | plugins/Dropbox/src/stdafx.h | 1 | ||||
-rw-r--r-- | plugins/ExternalAPI/m_msg_buttonsbar.h | 4 | ||||
-rw-r--r-- | plugins/FTPFileYM/src/stdafx.h | 1 | ||||
-rw-r--r-- | plugins/MenuItemEx/src/stdafx.h | 1 | ||||
-rw-r--r-- | plugins/MirLua/Modules/m_msg_buttonsbar/src/stdafx.h | 1 | ||||
-rw-r--r-- | plugins/MirLua/src/stdafx.h | 1 | ||||
-rw-r--r-- | plugins/MirOTR/src/stdafx.h | 1 | ||||
-rw-r--r-- | plugins/Nudge/src/stdafx.h | 1 | ||||
-rw-r--r-- | plugins/PasteIt/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/QuickMessages/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/QuickReplies/src/stdafx.h | 1 | ||||
-rw-r--r-- | plugins/TabSRMM/src/stdafx.h | 1 | ||||
-rw-r--r-- | plugins/TranslitSwitcher/src/stdafx.h | 1 | ||||
-rw-r--r-- | protocols/Omegle/src/stdafx.h | 1 |
15 files changed, 0 insertions, 20 deletions
diff --git a/plugins/BossKeyPlus/src/stdafx.h b/plugins/BossKeyPlus/src/stdafx.h index ea08079f22..2d374aacb4 100644 --- a/plugins/BossKeyPlus/src/stdafx.h +++ b/plugins/BossKeyPlus/src/stdafx.h @@ -43,7 +43,6 @@ #include <m_variables.h>
#include <m_toptoolbar.h>
-#include <m_msg_buttonsbar.h>
#include "resource.h"
#include "version.h"
diff --git a/plugins/Dropbox/src/stdafx.h b/plugins/Dropbox/src/stdafx.h index 21da021e56..84aeb6e2a2 100644 --- a/plugins/Dropbox/src/stdafx.h +++ b/plugins/Dropbox/src/stdafx.h @@ -24,7 +24,6 @@ #include <m_langpack.h>
#include <m_message.h>
#include <m_string.h>
-#include <m_msg_buttonsbar.h>
#include <m_gui.h>
#include <m_chat.h>
diff --git a/plugins/ExternalAPI/m_msg_buttonsbar.h b/plugins/ExternalAPI/m_msg_buttonsbar.h deleted file mode 100644 index 8b73f987a3..0000000000 --- a/plugins/ExternalAPI/m_msg_buttonsbar.h +++ /dev/null @@ -1,4 +0,0 @@ -#ifndef M_MSG_BUTTONSBAR_H__
-#define M_MSG_BUTTONSBAR_H__
-
-#endif //M_MSG_BUTTONSBAR_H__
\ No newline at end of file diff --git a/plugins/FTPFileYM/src/stdafx.h b/plugins/FTPFileYM/src/stdafx.h index 59c1f29874..1ac6722a7f 100644 --- a/plugins/FTPFileYM/src/stdafx.h +++ b/plugins/FTPFileYM/src/stdafx.h @@ -42,7 +42,6 @@ using namespace std; #include <win2k.h>
#include <m_ftpfile.h>
-#include <m_msg_buttonsbar.h>
#include "curl.h"
diff --git a/plugins/MenuItemEx/src/stdafx.h b/plugins/MenuItemEx/src/stdafx.h index 8f84e9a5ee..4d4135b587 100644 --- a/plugins/MenuItemEx/src/stdafx.h +++ b/plugins/MenuItemEx/src/stdafx.h @@ -23,7 +23,6 @@ #include <m_fingerprint.h>
#include <m_metacontacts.h>
-#include <m_msg_buttonsbar.h>
#include "images.h"
#include "version.h"
diff --git a/plugins/MirLua/Modules/m_msg_buttonsbar/src/stdafx.h b/plugins/MirLua/Modules/m_msg_buttonsbar/src/stdafx.h index 50b75904b4..39dfe8a861 100644 --- a/plugins/MirLua/Modules/m_msg_buttonsbar/src/stdafx.h +++ b/plugins/MirLua/Modules/m_msg_buttonsbar/src/stdafx.h @@ -8,6 +8,5 @@ #include <m_core.h>
#include <m_utils.h>
#include <m_message.h>
-#include <m_msg_buttonsbar.h>
#endif //_COMMON_H_
\ No newline at end of file diff --git a/plugins/MirLua/src/stdafx.h b/plugins/MirLua/src/stdafx.h index 8b4852b8d6..645e30c906 100644 --- a/plugins/MirLua/src/stdafx.h +++ b/plugins/MirLua/src/stdafx.h @@ -29,7 +29,6 @@ #include <m_contacts.h>
#include <m_folders.h>
-#include <m_msg_buttonsbar.h>
#include <m_popup.h>
#include <m_toptoolbar.h>
diff --git a/plugins/MirOTR/src/stdafx.h b/plugins/MirOTR/src/stdafx.h index 0e1dd7f382..4b3e232006 100644 --- a/plugins/MirOTR/src/stdafx.h +++ b/plugins/MirOTR/src/stdafx.h @@ -39,7 +39,6 @@ using namespace std; //ExternalAPI
#include <m_folders.h>
-#include <m_msg_buttonsbar.h>
#include <m_metacontacts.h>
#include "otr.h"
diff --git a/plugins/Nudge/src/stdafx.h b/plugins/Nudge/src/stdafx.h index 0ee06f2245..4ecefe6d34 100644 --- a/plugins/Nudge/src/stdafx.h +++ b/plugins/Nudge/src/stdafx.h @@ -22,7 +22,6 @@ #include <m_metacontacts.h>
#include <m_nudge.h>
-#include <m_msg_buttonsbar.h>
#include "resource.h"
#include "shake.h"
diff --git a/plugins/PasteIt/src/stdafx.h b/plugins/PasteIt/src/stdafx.h index a637e884d0..466448a431 100644 --- a/plugins/PasteIt/src/stdafx.h +++ b/plugins/PasteIt/src/stdafx.h @@ -29,8 +29,6 @@ #include <m_utils.h>
#include <m_chat_int.h>
-#include <m_msg_buttonsbar.h>
-
#include "PasteToWeb.h"
#include "PasteToWeb1.h"
#include "PasteToWeb2.h"
diff --git a/plugins/QuickMessages/src/stdafx.h b/plugins/QuickMessages/src/stdafx.h index 6f389dd54b..940b38838f 100644 --- a/plugins/QuickMessages/src/stdafx.h +++ b/plugins/QuickMessages/src/stdafx.h @@ -34,8 +34,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_contacts.h>
#include <win2k.h>
-#include <m_msg_buttonsbar.h>
-
#include "resource.h"
#include "version.h"
#include "Utils.h"
diff --git a/plugins/QuickReplies/src/stdafx.h b/plugins/QuickReplies/src/stdafx.h index 6ea75ae0c6..356ee7891c 100644 --- a/plugins/QuickReplies/src/stdafx.h +++ b/plugins/QuickReplies/src/stdafx.h @@ -30,7 +30,6 @@ Boston, MA 02111-1307, USA. #include <m_message.h>
#include <m_options.h>
-#include <m_msg_buttonsbar.h>
#include <m_variables.h>
#include "version.h"
diff --git a/plugins/TabSRMM/src/stdafx.h b/plugins/TabSRMM/src/stdafx.h index 42140ab385..485b157a3b 100644 --- a/plugins/TabSRMM/src/stdafx.h +++ b/plugins/TabSRMM/src/stdafx.h @@ -84,7 +84,6 @@ #include <m_fingerprint.h>
#include <m_nudge.h>
#include <m_folders.h>
-#include <m_msg_buttonsbar.h>
#include <m_smileyadd.h>
#define TSAPI __stdcall
diff --git a/plugins/TranslitSwitcher/src/stdafx.h b/plugins/TranslitSwitcher/src/stdafx.h index b0c897172d..3d6e3ee724 100644 --- a/plugins/TranslitSwitcher/src/stdafx.h +++ b/plugins/TranslitSwitcher/src/stdafx.h @@ -33,7 +33,6 @@ Boston, MA 02111-1307, USA. #include <m_string.h>
#include <m_message.h>
-#include <m_msg_buttonsbar.h>
#include <m_smileyadd.h>
#include <m_ieview.h>
diff --git a/protocols/Omegle/src/stdafx.h b/protocols/Omegle/src/stdafx.h index 3fe1efa7db..8eb5495f5f 100644 --- a/protocols/Omegle/src/stdafx.h +++ b/protocols/Omegle/src/stdafx.h @@ -57,7 +57,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_utils.h>
#include <m_hotkeys.h>
#include <m_message.h>
-//#include <m_msg_buttonsbar.h>
#include <m_http.h>
#include <m_json.h>
|