diff options
| author | George Hazan <ghazan@miranda.im> | 2018-06-19 12:43:27 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2018-06-19 12:43:27 +0300 |
| commit | 0fb39531240a0a23e92c0456fe72e26027740696 (patch) | |
| tree | 8b85028b680b6951f8afa369297adfc93baef79a /plugins/StatusManager/src/stdafx.h | |
| parent | aef4307d04fb8d8bbc05921d45d97a63e627fb4d (diff) | |
StatusManager:
- project structure linearized;
- AAA flag "Use same settings wasn't saved across Miranda starts;
- perversion with declaring static arrays in commonstatus.h removed
Diffstat (limited to 'plugins/StatusManager/src/stdafx.h')
| -rw-r--r-- | plugins/StatusManager/src/stdafx.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/StatusManager/src/stdafx.h b/plugins/StatusManager/src/stdafx.h index 6767d08ef4..e9343eab16 100644 --- a/plugins/StatusManager/src/stdafx.h +++ b/plugins/StatusManager/src/stdafx.h @@ -38,9 +38,9 @@ struct CMPlugin : public PLUGIN<CMPlugin> }; #include "commonstatus.h" -#include "KeepStatus\keepstatus.h" -#include "StartupStatus\startupstatus.h" -#include "AdvancedAutoAway\advancedautoaway.h" +#include "keepstatus.h" +#include "startupstatus.h" +#include "advancedautoaway.h" extern bool g_bMirandaLoaded; extern int AAALangPack, KSLangPack, SSLangPack; |
