diff --git a/tools/dataset/dataset.cc b/tools/dataset/dataset.cc index 95a92f6..1604c57 100644 --- a/tools/dataset/dataset.cc +++ b/tools/dataset/dataset.cc @@ -12,13 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. #include "dataset/dataset.h" - -#ifdef USE_OPENCV2 #include -#else -#include -#endif - +#include #include #include