/* * DryRunAction.hpp * * Created on: May 15, 2015 * Author: heber */ #ifndef DRYRUNACTION_HPP_ #define DRYRUNACTION_HPP_ // include config.h #ifdef HAVE_CONFIG_H #include #endif #include "Actions/Action.hpp" #include "DryRunAction.def" #include "Action_impl_header.hpp" #endif /* DRYRUNACTION_HPP_ */