#ifndef __Forward_h__
#define __Forward_h__

class Forward {
  void needed_by_aspect () {}
};

#endif // __Forward_h__
