Skip to content

Commit 28c581a

Browse files
committed
(lint) Clean up include files
1 parent 627a56a commit 28c581a

File tree

11 files changed

+0
-55
lines changed

11 files changed

+0
-55
lines changed

src/allpairs/floydWarshall.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2828

2929
#include <stdbool.h>
3030
#include "c_common/postgres_connection.h"
31-
3231
#include "c_types/iid_t_rt.h"
33-
#include "c_common/debug_macro.h"
34-
#include "c_common/e_report.h"
35-
#include "c_common/time_msg.h"
36-
3732
#include "process/allpairs_process.h"
3833

3934
PGDLLEXPORT Datum _pgr_floydwarshall(PG_FUNCTION_ARGS);

src/allpairs/johnson.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2929

3030
#include <stdbool.h>
3131
#include "c_common/postgres_connection.h"
32-
3332
#include "c_types/iid_t_rt.h"
34-
#include "c_common/debug_macro.h"
35-
#include "c_common/e_report.h"
36-
#include "c_common/time_msg.h"
37-
3833
#include "process/allpairs_process.h"
3934

4035
PGDLLEXPORT Datum _pgr_johnson(PG_FUNCTION_ARGS);

src/bdDijkstra/bdDijkstra.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
3030

3131
#include <stdbool.h>
3232
#include "c_common/postgres_connection.h"
33-
3433
#include "c_types/path_rt.h"
35-
#include "c_common/debug_macro.h"
36-
#include "c_common/e_report.h"
37-
#include "c_common/time_msg.h"
3834
#include "process/shortestPath_process.h"
3935

4036
PGDLLEXPORT Datum _pgr_bddijkstra(PG_FUNCTION_ARGS);

src/bellman_ford/edwardMoore.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
3030

3131
#include <stdbool.h>
3232
#include "c_common/postgres_connection.h"
33-
3433
#include "c_types/path_rt.h"
35-
#include "c_common/debug_macro.h"
36-
#include "c_common/e_report.h"
37-
#include "c_common/time_msg.h"
3834
#include "process/shortestPath_process.h"
3935

4036
PGDLLEXPORT Datum _pgr_edwardmoore(PG_FUNCTION_ARGS);

src/dijkstra/dijkstra.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
3434

3535
#include <stdbool.h>
3636
#include "c_common/postgres_connection.h"
37-
3837
#include "c_types/path_rt.h"
39-
#include "c_common/debug_macro.h"
40-
#include "c_common/e_report.h"
41-
#include "c_common/time_msg.h"
4238
#include "process/shortestPath_process.h"
4339

4440
PG_MODULE_MAGIC;

src/metrics/bandwidth.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2727
2828
********************************************************************PGR-GNU*/
2929

30-
#include <stdbool.h>
3130
#include "c_common/postgres_connection.h"
32-
33-
#include "c_types/iid_t_rt.h"
34-
#include "c_common/debug_macro.h"
35-
#include "c_common/e_report.h"
36-
#include "c_common/time_msg.h"
37-
3831
#include "process/metrics_process.h"
3932

4033
PGDLLEXPORT Datum _pgr_bandwidth(PG_FUNCTION_ARGS);

src/ordering/cuthillMckeeOrdering.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2727

2828
#include <stdbool.h>
2929
#include "c_common/postgres_connection.h"
30-
31-
#include "c_common/debug_macro.h"
32-
#include "c_common/e_report.h"
33-
#include "c_common/time_msg.h"
34-
3530
#include "process/ordering_process.h"
3631

3732
PGDLLEXPORT Datum _pgr_cuthillmckeeordering(PG_FUNCTION_ARGS);

src/ordering/kingOrdering.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2727

2828
#include <stdbool.h>
2929
#include "c_common/postgres_connection.h"
30-
31-
#include "c_common/debug_macro.h"
32-
#include "c_common/e_report.h"
33-
#include "c_common/time_msg.h"
34-
3530
#include "process/ordering_process.h"
3631

3732
PGDLLEXPORT Datum _pgr_kingordering(PG_FUNCTION_ARGS);

src/ordering/sloanOrdering.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2727

2828
#include <stdbool.h>
2929
#include "c_common/postgres_connection.h"
30-
31-
#include "c_common/debug_macro.h"
32-
#include "c_common/e_report.h"
33-
#include "c_common/time_msg.h"
34-
3530
#include "process/ordering_process.h"
3631

3732
PGDLLEXPORT Datum _pgr_sloanordering(PG_FUNCTION_ARGS);

src/ordering/topologicalSort.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2929

3030
#include <stdbool.h>
3131
#include "c_common/postgres_connection.h"
32-
33-
#include "c_common/debug_macro.h"
34-
#include "c_common/e_report.h"
35-
#include "c_common/time_msg.h"
36-
3732
#include "process/ordering_process.h"
3833

3934
PGDLLEXPORT Datum _pgr_topologicalsort(PG_FUNCTION_ARGS);

0 commit comments

Comments
 (0)