Cleanup the include hierarchy

Issue #261 closed
Former user created an issue

Originally reported on Google Code with ID 261

Redundant #include directives are removed.
C++ versions of C headers are included in C++ sources.

Reported by andreas_scherer@alice.de on 2009-02-21 15:53:53

<hr> * Attachment: 0001-Cleanup-the-include-hierarchy.patch

Comments (6)

  1. Former user Account Deleted

    ``` gui/mainwindow.cpp contains so many superflous/redundant include directives, that doxygen refrains from creating a visualization for this particular source file. Only after some manual squeezing can I reduce the _long_ list of includes to a bare

    minimum. Doxygen's graph still is very wide, but at least accessible. ```

    Reported by `andreas_scherer@alice.de` on 2009-02-21 20:52:24

    <hr>

  2. Former user Account Deleted

    ``` Code changes applied. ```

    Reported by `andreas_scherer@alice.de` on 2009-02-22 19:25:13 - Status changed: `Fixed` - Labels added: Type-Enhancement, Priority-Medium

  3. Former user Account Deleted

    Reported by `helder.pereira.correia` on 2009-02-22 19:33:36 - Labels added: Milestone-0.11

  4. Log in to comment