vidhan13j07 / pgrouting

Repository contains pgRouting library. Development branch is "develop", stable branch is "master"
http://www.pgrouting.org
GNU General Public License v2.0
0 stars 0 forks source link

missing lint-fix #19

Closed cvvergara closed 6 years ago

cvvergara commented 6 years ago

Hi @vidhan13j07 I tested the lint, there were some errors regarding the order of the include files. For example:

include/dijkstraTRSP/pgr_dijkstraTRSP.hpp:34:  Found C++ system header after other header. Should be: pgr_dijkstraTRSP.h, c system, c++ system, other.  [build/include_order]

This is the fix.

Please do the fix on your branch lint-fix and close this PR, so that the commit comes with your name.