Skip to content
Snippets Groups Projects
  • Martin Killenberg's avatar
    53d9ee23
    Solved some recursive inclusion of headers · 53d9ee23
    Martin Killenberg authored
    - ConfigReader is in ApplicationCore.h, but was including ApplicationCore.h itself
    - Added include guards to ApplicationCore.h, although it's not stricktly needed (all included headers have one). Might speed up complilation because it makes it easier for the parser.
    53d9ee23
    History
    Solved some recursive inclusion of headers
    Martin Killenberg authored
    - ConfigReader is in ApplicationCore.h, but was including ApplicationCore.h itself
    - Added include guards to ApplicationCore.h, although it's not stricktly needed (all included headers have one). Might speed up complilation because it makes it easier for the parser.