aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/graph_transforms/remove_control_dependencies.cc
diff options
context:
space:
mode:
authorGravatar Thomas Deegan <tadeegan@gmail.com>2018-02-15 16:38:46 -0800
committerGravatar GitHub <noreply@github.com>2018-02-15 16:38:46 -0800
commit71878e136473e4ea2d85593171fcf221d3bced2a (patch)
treee1f662c03255fdb25c989fbeaff21cba95ff22b8 /tensorflow/tools/graph_transforms/remove_control_dependencies.cc
parent873f45e7150929e3427f2a504451de71d974686d (diff)
Update remove_control_dependencies.cc
Diffstat (limited to 'tensorflow/tools/graph_transforms/remove_control_dependencies.cc')
-rw-r--r--tensorflow/tools/graph_transforms/remove_control_dependencies.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/tensorflow/tools/graph_transforms/remove_control_dependencies.cc b/tensorflow/tools/graph_transforms/remove_control_dependencies.cc
index ba6df633be..cba6b78fc5 100644
--- a/tensorflow/tools/graph_transforms/remove_control_dependencies.cc
+++ b/tensorflow/tools/graph_transforms/remove_control_dependencies.cc
@@ -12,9 +12,9 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
-#include <tensorflow/core/graph/graph_constructor.h>
-#include <tensorflow/core/graph/node_builder.h>
-#include <tensorflow/tools/graph_transforms/transform_utils.h>
+#include "tensorflow/core/graph/graph_constructor.h"
+#include "tensorflow/core/graph/node_builder.h"
+#include "tensorflow/tools/graph_transforms/transform_utils.h"
namespace tensorflow {
namespace graph_transforms {