Remove compile order check
MeshIO.hh enforces that MeshIO.hh is included before any mesh type is included. I don't know why that is. I removed that check and in the unittests I included MeshIO.hh after the mesh types. Everything seems to work fine.
MeshIO.hh enforces that MeshIO.hh is included before any mesh type is included. I don't know why that is. I removed that check and in the unittests I included MeshIO.hh after the mesh types. Everything seems to work fine.