Skip to content
  • Alexandru Fazakas's avatar
    general: Remove include guards in favor of pragma once · 95ecfc8e
    Alexandru Fazakas authored
    The traditional include guards are not as easy to handle
    and require extra thought into the names.
    
    Pragma once is an easier, more contributor friendly approach.
    
    Closes #294
    
    general: Remove include guards in favor of pragma once
    
    The traditional include guards are not as easy to handle
    and require extra thought into the names.
    
    Pragma once is an easier, more contributor friendly approach.
    
    Closes #294
    95ecfc8e