G-Node / nix

Neuroscience information exchange format
https://readthedocs.org/projects/nixio/
Other
67 stars 36 forks source link

[Version] move nixversion include inside guards #661

Closed gicmo closed 7 years ago

gicmo commented 7 years ago

Currently nixversion.hpp is included from Version.hpp outside the include guards and therefore the version numbers might get unnecessarily redefined. Fix this by moving it inside Version.hpp's guards.