diff --git a/src/ode/MultimodeNLSE.cpp b/src/ode/MultimodeNLSE.cpp index 6baa126..682573f 100644 --- a/src/ode/MultimodeNLSE.cpp +++ b/src/ode/MultimodeNLSE.cpp @@ -3,14 +3,6 @@ // Licensed under the MIT License (http://opensource.org/licenses/MIT) // Copyright (c) 2023, Savithru Jayasinghe -#include -#include -#include -#include -#include -#include -#include -#include #include "MultimodeNLSE.hpp" namespace autodiffeq diff --git a/src/ode/MultimodeNLSE.hpp b/src/ode/MultimodeNLSE.hpp index 50eef2a..03e00ee 100644 --- a/src/ode/MultimodeNLSE.hpp +++ b/src/ode/MultimodeNLSE.hpp @@ -3,14 +3,14 @@ // Licensed under the MIT License (http://opensource.org/licenses/MIT) // Copyright (c) 2023, Savithru Jayasinghe +#include +#include #include #include #include #include #include #include -#include -#include namespace autodiffeq {