From 7e0f23f67b892a1eabae5e88e15112e93e295f28 Mon Sep 17 00:00:00 2001 From: Philippe Tillet Date: Tue, 28 Jul 2015 15:45:14 -0700 Subject: [PATCH] Code quality: replaced include of by include of for std::max/min --- lib/array.cpp | 1 - lib/backend/templates/axpy.cpp | 2 +- lib/backend/templates/base.cpp | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/array.cpp b/lib/array.cpp index 086c1b7ba..d732ec3b4 100644 --- a/lib/array.cpp +++ b/lib/array.cpp @@ -1,5 +1,4 @@ #include -#include #include #include diff --git a/lib/backend/templates/axpy.cpp b/lib/backend/templates/axpy.cpp index 1dd277c67..3bdf77473 100644 --- a/lib/backend/templates/axpy.cpp +++ b/lib/backend/templates/axpy.cpp @@ -1,5 +1,5 @@ #include -#include +#include #include "isaac/backend/templates/axpy.h" #include "isaac/backend/keywords.h" #include "isaac/driver/backend.h" diff --git a/lib/backend/templates/base.cpp b/lib/backend/templates/base.cpp index 908a0ba07..1648ba2dd 100644 --- a/lib/backend/templates/base.cpp +++ b/lib/backend/templates/base.cpp @@ -1,5 +1,5 @@ #include -#include +#include #include "isaac/array.h" #include "isaac/backend/keywords.h"