diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-10 14:55:13 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-10 14:55:13 +0000 |
commit | 1f3f113b2ec9edcde5122b0ea9313b98d83ba55e (patch) | |
tree | 5641bbb76246abf8bbc7fc359e1c8b6683efdd40 /plugins/TranslitSwitcher/src/TranslitSwitcher.h | |
parent | 349641ecaeaff4b7d652333ebba518c760ade8e9 (diff) |
added precompiled header
git-svn-id: http://svn.miranda-ng.org/main/trunk@3961 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TranslitSwitcher/src/TranslitSwitcher.h')
-rw-r--r-- | plugins/TranslitSwitcher/src/TranslitSwitcher.h | 33 |
1 files changed, 14 insertions, 19 deletions
diff --git a/plugins/TranslitSwitcher/src/TranslitSwitcher.h b/plugins/TranslitSwitcher/src/TranslitSwitcher.h index e3c84eb0cb..6bcb9dab3b 100644 --- a/plugins/TranslitSwitcher/src/TranslitSwitcher.h +++ b/plugins/TranslitSwitcher/src/TranslitSwitcher.h @@ -17,34 +17,29 @@ not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#define MIRANDA_VER 0x0A00
-
-#define _CRT_SECURE_NO_WARNINGS
-
#ifndef __TRANSLITSWIITCHER_H__
#define __TRANSLITSWIITCHER_H__
+#define _CRT_SECURE_NO_WARNINGS
+
#include <windows.h>
#include <commctrl.h>
-#include <richedit.h>
-#include <time.h>
-
-#include "newpluginapi.h"
-#include "m_options.h"
-#include "m_langpack.h"
-#include "m_database.h"
-#include "m_hotkeys.h"
-#include "m_protosvc.h"
-#include "win2k.h"
+
+#include <newpluginapi.h>
+#include <m_langpack.h>
+#include <m_database.h>
+#include <m_hotkeys.h>
+#include <win2k.h>
#include <m_icolib.h>
-#include "m_msg_buttonsbar.h"
-#include "m_popup.h"
+#include <m_popup.h>
+
+#include <m_msg_buttonsbar.h>
+#include <m_smileyadd.h>
+#include <m_ieview.h>
+#include <m_popup2.h>
#include "version.h"
#include "resource.h"
-#include "m_smileyadd.h"
-#include "m_ieview.h"
-#include "m_popup2.h"
#define IDC_MESSAGE 1002
#define IDC_CHATMESSAGE 1009
|