#ifndef COMMON_H_ #define COMMON_H_ struct point { int x; int y; }; #endif // COMMON_H_