diff include/delwhite.h @ 4:a505f7417742

v0.1 release
author pyon@macmini
date Thu, 06 Oct 2011 07:56:12 +0900
parents a5bddd859104
children 99d612849255
line wrap: on
line diff
--- a/include/delwhite.h	Tue Oct 04 07:43:08 2011 +0900
+++ b/include/delwhite.h	Thu Oct 06 07:56:12 2011 +0900
@@ -1,21 +1,28 @@
 // Filename   : delwhite.h
-// Last Change: 03-Oct-2011.
+// Last Change: 04-Oct-2011.
 //
 #ifndef __DELWHITE__
 #define __DEWHITEL__
 
 #include "common.h"
 
-#include <wx/string.h>
-#include <wx/stattext.h>
-#include <wx/image.h>
-#include <wx/imaglist.h>
-#include <wx/sizer.h>
-#include <wx/textctrl.h>
-#include <wx/frame.h>
-#include <wx/listctrl.h>
-#include <wx/checkbox.h>
+#include "wx/wxprec.h"
 
+#ifndef WX_PRECOMP
+    #include <wx/string.h>
+    #include <wx/stattext.h>
+    #include <wx/image.h>
+    #include <wx/imaglist.h>
+    #include <wx/sizer.h>
+    #include <wx/textctrl.h>
+    #include <wx/frame.h>
+    #include <wx/listctrl.h>
+    #include <wx/checkbox.h>
+    #include <wx/utils.h>
+    #include <wx/dir.h>
+    #include <wx/file.h>
+#endif
+    
 ///////////////////////////////////////////////////////////////////////////////
 /// Class FrameDelWhite
 ///////////////////////////////////////////////////////////////////////////////