Skip to content

Commit

Permalink
Changed import order
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Aug 21, 2023
1 parent b5784dc commit c69a089
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions duckpgq/src/duckpgq/functions/tablefunctions/match.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "duckpgq/functions/tablefunctions/match.hpp"
#include <duckpgq_extension.hpp>
#include "duckpgq/functions/tablefunctions/match.hpp"

#include "duckdb/parser/tableref/matchref.hpp"
#include "duckdb/parser/tableref/subqueryref.hpp"
Expand All @@ -22,7 +22,6 @@
#include "duckdb/common/enums/joinref_type.hpp"

#include "duckdb/parser/property_graph_table.hpp"
#include "duckdb/parser/tableref/matchref.hpp"
#include "duckdb/parser/subpath_element.hpp"


Expand Down

0 comments on commit c69a089

Please sign in to comment.