#ifndef _ALADIN_DIVEPROFILE_HPP_ #define _ALADIN_DIVEPROFILE_HPP_ #ifndef _COMMON_BLOCK_HPP_ #include #endif #ifndef _ALADIN_PROFILEDATA_HPP_ #include #endif class DiveProfile : public Block { public: DiveProfile(); virtual ~DiveProfile(); private: }; #endif