Browse Source

Revert "Move import to header file"

This reverts commit 5c45b07c58.
tags/v0.0.0-test.4
Philipp Oppermann 3 years ago
parent
commit
682988bebf
Failed to extract signature
2 changed files with 1 additions and 1 deletions
  1. +1
    -0
      examples/c++-dataflow/operator-rust-api/src/operator.cc
  2. +0
    -1
      examples/c++-dataflow/operator-rust-api/src/operator.h

+ 1
- 0
examples/c++-dataflow/operator-rust-api/src/operator.cc View File

@@ -1,4 +1,5 @@
#include "operator.h"
#include "cxx-dataflow-example-operator-rust-api/src/lib.rs.h"
#include <iostream>

Operator::Operator() {}


+ 0
- 1
examples/c++-dataflow/operator-rust-api/src/operator.h View File

@@ -1,6 +1,5 @@
#pragma once
#include "rust/cxx.h"
#include "cxx-dataflow-example-operator-rust-api/src/lib.rs.h"
#include <memory>

class Operator


Loading…
Cancel
Save