diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-03 19:23:06 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-03 19:23:06 +0000 |
commit | 0f95cbb4a9f1c9a613dccb9d53f5ddb50a8cadd7 (patch) | |
tree | 18921c83b3a45c5790f9cfd8b2a584262e0154ae /plugins/AutoShutdown/common.h | |
parent | e30f0fae7e19f4aa879c04005af9701f8995d3ef (diff) |
AutoShutdown:
code cleaning
x64 compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@742 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AutoShutdown/common.h')
-rw-r--r-- | plugins/AutoShutdown/common.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/AutoShutdown/common.h b/plugins/AutoShutdown/common.h index 2feca26b5f..e0a82ad782 100644 --- a/plugins/AutoShutdown/common.h +++ b/plugins/AutoShutdown/common.h @@ -64,13 +64,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_clc.h>
#include <m_genmenu.h>
#include <m_button.h>
+#include <m_hotkeys.h>
#include <m_weather.h>
#include <m_hddinfo.h>
#include <m_toptoolbar.h>
-#include <m_hotkey.h>
-#include <m_hotkeysplus.h>
-#include <m_hotkeysservice.h>
#include <m_trigger.h>
#include <m_mwclc.h>
#include <m_autoreplacer.h>
|