#ifndef INCLUDED_SHORTNAM_HXX #define INCLUDED_SHORTNAM_HXX // Oh, this sucks. I can't beleive MS VC++ can't handle names larger than // 8+3. #pragma include_alias(, ) #pragma include_alias("DEMHeader.cxx", "DEMHeade.cxx") #pragma include_alias("DEMProfile.cxx", "DEMProfi.cxx") #endif // INCLUDED_SHORTNAM_HXX