Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions cpp/.clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,6 @@ ForEachMacros:
- Q_FOREACH
- BOOST_FOREACH
IncludeBlocks: Preserve
IncludeCategories:
- Regex: '^<ext/.*\.h>'
Priority: 2
- Regex: '^<.*\.h>'
Priority: 1
- Regex: '^<.*'
Priority: 2
- Regex: '.*'
Priority: 3
IncludeIsMainRegex: '([-_](test|unittest))?$'
IndentCaseLabels: true
IndentPPDirectives: None
Expand Down
2 changes: 1 addition & 1 deletion cpp/src/io/shp/polygon_shapefile_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* limitations under the License.
*/

#include <ogrsf_frmts.h>
#include <cuspatial/error.hpp>
#include <ogrsf_frmts.h>
Comment thread
codereport marked this conversation as resolved.

#include <cudf/types.hpp>

Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/interpolate/cubic_spline_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
#include <cuspatial/detail/cubic_spline.hpp>
#include <cuspatial/error.hpp>

#include <string>
#include <sys/time.h>
#include <time.h>
#include <string>

struct CubicSplineTest : public cudf::test::BaseFixture {
};
Expand Down