diff include/marksheet.h @ 7:a43adb9537b2

start impletent cache.
author pyon@macmini
date Wed, 19 Oct 2011 07:49:32 +0900
parents b47bd4618c16
children 1fda3a06c39b
line wrap: on
line diff
--- a/include/marksheet.h	Tue Oct 18 22:43:46 2011 +0900
+++ b/include/marksheet.h	Wed Oct 19 07:49:32 2011 +0900
@@ -1,15 +1,9 @@
 // Filename   : marksheet.h
-// Last Change: 15-Oct-2011.
+// Last Change: 19-Oct-2011.
 //
 #ifndef __MARKSHEET__
 #define __MARKSHEET__
 
-
-#include "wx/utils.h"
-#include "wx/file.h"
-#include "wx/string.h"
-#include "wx/image.h"
-
 bool IsBlack( int r, int g, int b ) 
 {
     if ( r == 0 && g == 0 && b == 0 ) {