projdesign/cpp_includes

Thu, 06 Aug 2009 13:21:30 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 06 Aug 2009 13:21:30 +0200
changeset 15
0e0eb7c91312
permissions
-rw-r--r--

Remove seemingly declarations unnecessary according to Qt 4.5.2 headers.

michael@13 1 // "a type" "needed cpp_includes"
michael@13 2 "vector" "#include <vector>
michael@13 3 using namespace std;"
michael@13 4
michael@13 5 "list" "#include <list>
michael@13 6 using namespace std;"
michael@13 7
michael@13 8 "map" "#include <map>
michael@13 9 using namespace std;"
michael@13 10
michael@13 11 "string" "#include <string>
michael@13 12 using namespace std;"
michael@13 13

mercurial