diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 20:12:09 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 20:12:09 +0000 |
commit | b36570eeab759b37b50da15f67a2f844357fde1a (patch) | |
tree | 91542a9da08fe90d277e2a51c540ba5695d27582 /plugins/UserInfoEx/src/dlg_propsheet.cpp | |
parent | f53a75f066d707860fd9517c5a640711884ff859 (diff) |
UInfoEx: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14795 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx/src/dlg_propsheet.cpp')
-rw-r--r-- | plugins/UserInfoEx/src/dlg_propsheet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/dlg_propsheet.cpp b/plugins/UserInfoEx/src/dlg_propsheet.cpp index 3d9324da40..b0f9a2999e 100644 --- a/plugins/UserInfoEx/src/dlg_propsheet.cpp +++ b/plugins/UserInfoEx/src/dlg_propsheet.cpp @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. /**
* System & local includes:
**/
-#include "commonheaders.h"
+#include "stdafx.h"
#include "dlg_propsheet.h"
#include "psp_base.h"
#include "ex_import\svc_ExImport.h"
|