Skip to content
  • Volker Krause's avatar
    Don't install the same headers to multiple locations · 3c986b57
    Volker Krause authored
    This seems to break the build on some systems due to one definition rule
    violations if the same header gets included from different locations. The
    use of pragma once rather than conventional include guards doesn't catch
    this.
    3c986b57