diff --git a/src/atcore.cpp b/src/atcore.cpp --- a/src/atcore.cpp +++ b/src/atcore.cpp @@ -34,7 +34,6 @@ #include #include #include -#include #include #include #include diff --git a/src/seriallayer.cpp b/src/seriallayer.cpp --- a/src/seriallayer.cpp +++ b/src/seriallayer.cpp @@ -22,7 +22,6 @@ You should have received a copy of the GNU Lesser General Public License along with this library. If not, see . */ -#include #include "seriallayer.h" diff --git a/testclient/main.cpp b/testclient/main.cpp --- a/testclient/main.cpp +++ b/testclient/main.cpp @@ -21,7 +21,6 @@ along with this program. If not, see . */ #include -#include #include "mainwindow.h" diff --git a/testclient/mainwindow.cpp b/testclient/mainwindow.cpp --- a/testclient/mainwindow.cpp +++ b/testclient/mainwindow.cpp @@ -25,7 +25,6 @@ #include #include #include -#include #include "mainwindow.h" #include "seriallayer.h"