Skip to content

Commit

Permalink
Move pragma once in rolling/jit/operation.hpp. (#16636)
Browse files Browse the repository at this point in the history
I noticed from #16590 (comment) that there was one other file where `#pragma once` was not at the top. This PR fixes that.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Vyas Ramasubramani (https://github.com/vyasr)

URL: #16636
  • Loading branch information
bdice authored Aug 22, 2024
1 parent e4e867a commit 8b20298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/src/rolling/jit/operation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
* limitations under the License.
*/

#pragma once

#include "rolling/jit/operation-udf.hpp"

#include <cudf/types.hpp>

#pragma once

struct rolling_udf_ptx {
template <typename OutType, typename InType>
static OutType operate(InType const* in_col, cudf::size_type start, cudf::size_type count)
Expand Down

0 comments on commit 8b20298

Please sign in to comment.