diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-25 15:18:16 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-25 15:18:16 +0000 |
commit | 647987a27c3e12380b17dc1e18f0f8c52b8e6c51 (patch) | |
tree | 9d2a0a42a1f81b5b2d1b474697e6d15da2d1237d /plugins/ModernOpt/src/mopt_home.cpp | |
parent | a2e911b7ad90a143cd01eacee3f526f775b3e613 (diff) |
modernopt: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14693 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ModernOpt/src/mopt_home.cpp')
-rw-r--r-- | plugins/ModernOpt/src/mopt_home.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ModernOpt/src/mopt_home.cpp b/plugins/ModernOpt/src/mopt_home.cpp index e89026193f..da340420b5 100644 --- a/plugins/ModernOpt/src/mopt_home.cpp +++ b/plugins/ModernOpt/src/mopt_home.cpp @@ -24,7 +24,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "commonheaders.h"
+#include "stdafx.h"
extern HMODULE hInst;
|