Skip to content

Commit

Permalink
header order change
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Sep 17, 2024
1 parent 15b3443 commit 331cc08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/cpp_common/arrays_input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
********************************************************************PGR-GNU*/

#include "c_common/arrays_input.h"

extern "C" {
#include <utils/lsyscache.h>
#include <catalog/pg_type.h>
}

#include "c_common/arrays_input.h"
#include "cpp_common/pgr_alloc.hpp"

namespace {
Expand Down
6 changes: 2 additions & 4 deletions src/cpp_common/get_check_data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,20 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
********************************************************************PGR-GNU*/

#include "cpp_common/get_check_data.hpp"


extern "C" {
#include <postgres.h>
#include <utils/builtins.h>
#include <access/htup_details.h>
#include <executor/spi.h>
#include <utils/lsyscache.h>
}
#include "cpp_common/undefPostgresDefine.hpp"

#include <vector>
#include <set>
#include <string>

#include "cpp_common/undefPostgresDefine.hpp"
#include "cpp_common/get_check_data.hpp"
#include "cpp_common/pgr_alloc.hpp"
#include "cpp_common/info_t.hpp"

Expand Down

0 comments on commit 331cc08

Please sign in to comment.