Skip to content
  • Rafael Kitover's avatar
    remove version.h in ConfigManager and AutoBuild.h · e0f79f32
    Rafael Kitover authored
    ConfigManager does not use any version info, but is part of libvbamcore,
    so removing the `#include` makes rebuilds after git changes much much
    faster.
    
    Remove the AutoBuild.h includes from ConfigManager.cpp and SDL.cpp (the
    SDL port) because the information in that file does not seem to be used
    and it also includes version.h, forcing those files to rebuild
    unnecessarily.
    e0f79f32