#ifndef COMMON_H #define COMMON_H #include namespace Common { void setupAppInfo(); } #endif