#include #include "header1.h" #include "header2.h" using namespace header1; int main() { foo(); header2::foo(); }