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"