From e5b226e8045fad7771276af583e65773af3a2970 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Sun, 11 Mar 2018 13:49:26 +0100 Subject: [PATCH] Remove not necessary QtCore and co --- src/imageformats/hdr.cpp | 2 +- src/imageformats/ras.cpp | 2 +- src/imageformats/rgb.cpp | 4 ++-- src/imageformats/tga.cpp | 2 +- src/imageformats/xcf.cpp | 6 +++--- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/imageformats/hdr.cpp b/src/imageformats/hdr.cpp index d64b160..128699c 100644 --- a/src/imageformats/hdr.cpp +++ b/src/imageformats/hdr.cpp @@ -11,7 +11,7 @@ #include "hdr_p.h" #include -#include +#include #include diff --git a/src/imageformats/ras.cpp b/src/imageformats/ras.cpp index 9dc7f24..b4d755e 100644 --- a/src/imageformats/ras.cpp +++ b/src/imageformats/ras.cpp @@ -12,7 +12,7 @@ #include "ras_p.h" #include -#include +#include // #include namespace // Private. diff --git a/src/imageformats/rgb.cpp b/src/imageformats/rgb.cpp index 24d5411..19e432d 100644 --- a/src/imageformats/rgb.cpp +++ b/src/imageformats/rgb.cpp @@ -23,8 +23,8 @@ #include "rgb_p.h" -#include -#include +#include +#include #include // #include diff --git a/src/imageformats/tga.cpp b/src/imageformats/tga.cpp index e76f1ab..49199db 100644 --- a/src/imageformats/tga.cpp +++ b/src/imageformats/tga.cpp @@ -23,7 +23,7 @@ #include #include -#include +#include // #include typedef quint32 uint; diff --git a/src/imageformats/xcf.cpp b/src/imageformats/xcf.cpp index 091a808..485be91 100644 --- a/src/imageformats/xcf.cpp +++ b/src/imageformats/xcf.cpp @@ -24,9 +24,9 @@ #include #include #include -#include -#include -#include +#include +#include +#include // #include #include "gimp_p.h"