/* * UndoAction.hpp * * Created on: Oct 27, 2010 * Author: heber */ #ifndef UNDOACTION_HPP_ #define UNDOACTION_HPP_ // include config.h #ifdef HAVE_CONFIG_H #include #endif #include "Actions/Action.hpp" #include "UndoAction.def" #include "Actions/Action_impl_header.hpp" #endif /* UNDOACTION_HPP_ */