$search
00001 #ifndef TKDEPS_1_H 00002 #define TKDEPS_1_H 00003 00004 #include <tkdeps_lib.h> 00005 #include <tkdeps_parent/subdir/tkdeps_parent.h> 00006 00007 namespace tkdeps { 00008 struct Combined { 00009 tkdeps_lib::Test a; 00010 tkdeps_parent::Test b; 00011 }; 00012 } 00013 00014 #endif 00015