summaryrefslogtreecommitdiff
path: root/plugins/StatusManager/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-06-19 12:43:27 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-06-19 12:43:27 +0300
commit0fb39531240a0a23e92c0456fe72e26027740696 (patch)
tree8b85028b680b6951f8afa369297adfc93baef79a /plugins/StatusManager/src/stdafx.h
parentaef4307d04fb8d8bbc05921d45d97a63e627fb4d (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.h6
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;