• Ondřej Surý's avatar
    Clean-up header file usage: · a9ad2022
    Ondřej Surý authored
    1. Include <config.h> at the top of each .c
    2. Remove "common.h" and config.h from all .h
    3. Include "common.h" at the top of user includes in each .c
    
    The common.h was used inconsistently (either it's common or not).
    a9ad2022