#ifndef __DNACOMMON_ITWEAKTARGETING_HPP__ #define __DNACOMMON_ITWEAKTARGETING_HPP__ #include "ITweak.hpp" namespace DataSpec { struct ITweakTargeting : public ITweak { }; } #endif // __DNACOMMON_ITWEAKTARGETING_HPP__