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.

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

mercurial