Merge pull request #554 from RosettaCommons/vmullig/fix_library_levels
Trying to fix broken library levels.
Includes pointing to devel were left in protocols/relax/LocalRelax.cc/hh. Deleting these seems to be all that's required -- this doesn't break compilation, so whatever devel-level code that this protocol once depended on has already been removed or moved to protocols.
Library levels are fixed and basic compilation works in debug and release modes. I'm going to merge this without waiting for all tests to complete.