Skip to content
Snippets Groups Projects
  • Giovanni Bussi's avatar
    836d4ade
    Fixed include order · 836d4ade
    Giovanni Bussi authored
    Given header file.h, it is good practice to have a file file.cpp
    that includes it as first header.
    
    I just fix the order of includes here. There are still several
    headers which do not have a corresponding cpp file, and also
    a few that are not included anywhere (which is obviosuly an error).
    
    I will fix them in a later commit.
    836d4ade
    History
    Fixed include order
    Giovanni Bussi authored
    Given header file.h, it is good practice to have a file file.cpp
    that includes it as first header.
    
    I just fix the order of includes here. There are still several
    headers which do not have a corresponding cpp file, and also
    a few that are not included anywhere (which is obviosuly an error).
    
    I will fix them in a later commit.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.