diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-28 10:41:12 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-28 10:41:12 +0000 |
commit | 270fdcf68ee373d9c8cf8216f0b5e869aa27fd18 (patch) | |
tree | ad42519c2b3b3f0a7b96e0f8500b142f724031e2 /plugins/DbChecker/src/wizard.cpp | |
parent | b612f28362fe77f5a6cf8f8b75a0ac86167c7777 (diff) |
DbChecker - unified project
git-svn-id: http://svn.miranda-ng.org/main/trunk@13224 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/DbChecker/src/wizard.cpp')
-rw-r--r-- | plugins/DbChecker/src/wizard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DbChecker/src/wizard.cpp b/plugins/DbChecker/src/wizard.cpp index fa2d8951a7..e0d49c507d 100644 --- a/plugins/DbChecker/src/wizard.cpp +++ b/plugins/DbChecker/src/wizard.cpp @@ -19,7 +19,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 "dbchecker.h"
+#include "stdafx.h"
static HFONT hBoldFont = NULL;
static HENHMETAFILE hEmfHeaderLogo = NULL;
|