//STEP 3 of 3: COMMENT OUT THE FOLLOWING LINE /* #ifndef SubState_hpp #define SubState_hpp #include #include #include "SuperState.hpp" class SuperState; class SubState: public boost::statechart::simple_state { public: SubState(){ std::cout<<"Entered into SubState."<