Skip to content

Commit

Permalink
fix includes
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 296939767
  • Loading branch information
andrewluchen authored and copybara-github committed Feb 24, 2020
1 parent aba3f17 commit 1407039
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tf_trees/neural_trees_helpers.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "third_party/google_research/google_research/tf_trees/neural_trees_helpers.h"
#include "neural_trees_helpers.h"

#include <stack>

Expand Down
2 changes: 1 addition & 1 deletion tf_trees/neural_trees_kernels.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "third_party/google_research/google_research/tf_trees/neural_trees_helpers.h"
#include "neural_trees_helpers.h"
#include "third_party/tensorflow/core/framework/op_kernel.h"
#include "third_party/tensorflow/core/lib/math/math_util.h"
#include "third_party/tensorflow/core/util/work_sharder.h"
Expand Down

0 comments on commit 1407039

Please sign in to comment.