1 #include "other.h"
2 
3 void
4 Other::DoSomethingElse()
5 {
6   DoSomething();
7 }
8