在头文件里使用别的类,尽量使用类的声明,而不要include其他类的头文件。

 

class Ilog;

而不是在.h中 #include "log.h"