OSDN Git Service

BUG: [ 1524832 ] Bogus include's
authorKimmo Varis <kimmov@gmail.com>
Wed, 19 Jul 2006 06:32:01 +0000 (06:32 +0000)
committerKimmo Varis <kimmov@gmail.com>
Wed, 19 Jul 2006 06:32:01 +0000 (06:32 +0000)
Src/Changes.txt
Src/DirColsDlg.cpp
Src/PropEditor.cpp

index 716f1e0..5f32b5e 100644 (file)
@@ -2,6 +2,10 @@ Src\Changes.txt
 Add new items to top.
 (This summarizes all changes to all files under Src, including Src\Languages.)
 
+2006-07-19 Kimmo
+ BUG: [ 1524832 ] Bogus include's
+  Src: DirColsDlg.cpp PropEditor.cpp
+
 2006-07-18 Kimmo
  Fix and improve comment for folder compare columns table
   DirViewColItems.cpp
index 04121e2..4dbca64 100644 (file)
@@ -12,7 +12,6 @@
 #include "stdafx.h"
 #include "merge.h"
 #include "DirColsDlg.h"
-#include ".\dircolsdlg.h"
 
 #ifdef _DEBUG
 #define new DEBUG_NEW
index 34ab61b..b089a96 100644 (file)
@@ -11,7 +11,6 @@
 #include "PropEditor.h"
 #include "OptionsDef.h"
 #include "OptionsMgr.h"
-#include ".\propeditor.h"
 
 #ifdef _DEBUG
 #define new DEBUG_NEW