From 8c192f367f74c945b5949b0f353db3e0bbcd37da Mon Sep 17 00:00:00 2001 From: Joel Shapiro Date: Mon, 24 Jun 2019 14:35:33 -0500 Subject: [PATCH] remove include conditionals --- tensorflow/lite/allocation.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/tensorflow/lite/allocation.cc b/tensorflow/lite/allocation.cc index 98ce16d5865..ee000dd5eea 100644 --- a/tensorflow/lite/allocation.cc +++ b/tensorflow/lite/allocation.cc @@ -20,9 +20,7 @@ limitations under the License. #include #include #include -#ifdef _WIN32 #include -#endif #include #include