1 /* Redundant include check with #if !defined. */ 2 3 #if !defined CPP_MIND_H 4 #define CPP_MIND_H 5 6 int c; 7 8 #endif 9