OSDN Git Service

Move couple of include lines from cpp file to header file.
authorKimmo Varis <kimmov@gmail.com>
Mon, 3 Sep 2007 21:00:14 +0000 (21:00 +0000)
committerKimmo Varis <kimmov@gmail.com>
Mon, 3 Sep 2007 21:00:14 +0000 (21:00 +0000)
Src/Common/RegKey.cpp
Src/Common/RegKey.h

index 45cd35d..9be733c 100644 (file)
@@ -6,7 +6,9 @@
 // ID line follows -- this is updated by SVN
 // $Id$
 
+#include <windows.h>
 #include <assert.h>
+#include <tchar.h>
 #include "UnicodeString.h"
 #include "RegKey.h"
 
index f2f2221..b8e908a 100644 (file)
@@ -6,9 +6,6 @@
 // ID line follows -- this is updated by SVN
 // $Id$
 
-#include <windows.h>
-#include <tchar.h>
-#include <winreg.h>
 #include "UnicodeString.h"
 
 /**