Skip to content
Snippets Groups Projects
Commit 836d4ade authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Fixed include order

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.
parent d96d52d9
No related branches found
No related tags found
No related merge requests found
Showing
with 29 additions and 26 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment