aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/Strides.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/Strides.h')
-rw-r--r--arm_compute/core/Strides.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arm_compute/core/Strides.h b/arm_compute/core/Strides.h
index 329fafb5f8..105fdfde4e 100644
--- a/arm_compute/core/Strides.h
+++ b/arm_compute/core/Strides.h
@@ -26,7 +26,6 @@
#include "arm_compute/core/Dimensions.h"
#include "arm_compute/core/Error.h"
-#include "arm_compute/core/Types.h"
#include <algorithm>
#include <array>
@@ -58,5 +57,5 @@ public:
/** Default destructor */
~Strides() = default;
};
-}
+} // namespace arm_compute
#endif /*__ARM_COMPUTE_STRIDES_H__*/