This commit is contained in:
Andreas Volz 2009-03-28 23:15:44 +01:00
parent fbc0227d56
commit b55f3cd36e

View file

@ -601,7 +601,6 @@ void generate_proxy(Xml::Document &doc, const char *filename)
body << tab << "}" << endl;
}
body << "};" << endl
<< endl;
@ -614,8 +613,6 @@ void generate_proxy(Xml::Document &doc, const char *filename)
body << "#endif //" << cond_comp << endl;
cerr << "writing " << filename << endl;
// remove all duplicates in the header include vector
vector<string>::const_iterator vec_end_it = unique (include_vector.begin (), include_vector.end ());