Cleaned up unnecessary #include <iomanip>

This commit is contained in:
DrSlony
2015-07-09 10:49:38 +02:00
parent 18f791c45f
commit 73c8bfdc72
10 changed files with 0 additions and 10 deletions

View File

@@ -18,7 +18,6 @@
*/ */
#include "colorappearance.h" #include "colorappearance.h"
#include <cmath> #include <cmath>
#include <iomanip>
#include "guiutils.h" #include "guiutils.h"
#include "../rtengine/color.h" #include "../rtengine/color.h"

View File

@@ -2,7 +2,6 @@
* This file is part of RawTherapee. * This file is part of RawTherapee.
*/ */
#include "colortoning.h" #include "colortoning.h"
#include <iomanip>
#include "mycurve.h" #include "mycurve.h"
using namespace rtengine; using namespace rtengine;

View File

@@ -3,7 +3,6 @@
*/ */
#include "gradient.h" #include "gradient.h"
#include "rtimage.h" #include "rtimage.h"
#include <iomanip>
#include "../rtengine/rt_math.h" #include "../rtengine/rt_math.h"
using namespace rtengine; using namespace rtengine;

View File

@@ -21,7 +21,6 @@
#include <cmath> #include <cmath>
#include "options.h" #include "options.h"
#include "multilangmgr.h" #include "multilangmgr.h"
#include <iomanip>
#include "cropwindow.h" #include "cropwindow.h"
#include "../rtengine/refreshmap.h" #include "../rtengine/refreshmap.h"
#include "options.h" #include "options.h"

View File

@@ -2,7 +2,6 @@
* This file is part of RawTherapee. * This file is part of RawTherapee.
*/ */
#include "pcvignette.h" #include "pcvignette.h"
#include <iomanip>
using namespace rtengine; using namespace rtengine;
using namespace rtengine::procparams; using namespace rtengine::procparams;

View File

@@ -17,7 +17,6 @@
* along with RawTherapee. If not, see <http://www.gnu.org/licenses/>. * along with RawTherapee. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "rgbcurves.h" #include "rgbcurves.h"
#include <iomanip>
using namespace rtengine; using namespace rtengine;
using namespace rtengine::procparams; using namespace rtengine::procparams;

View File

@@ -20,7 +20,6 @@
#include "guiutils.h" #include "guiutils.h"
#include "../rtengine/safegtk.h" #include "../rtengine/safegtk.h"
#include <sstream> #include <sstream>
#include <iomanip>
#include <cmath> #include <cmath>
using namespace rtengine; using namespace rtengine;

View File

@@ -20,7 +20,6 @@
#include "guiutils.h" #include "guiutils.h"
#include "../rtengine/safegtk.h" #include "../rtengine/safegtk.h"
#include <sstream> #include <sstream>
#include <iomanip>
#include <cmath> #include <cmath>
using namespace rtengine; using namespace rtengine;

View File

@@ -19,7 +19,6 @@
#include "vibrance.h" #include "vibrance.h"
#include "../rtengine/color.h" #include "../rtengine/color.h"
#include <iomanip>
using namespace rtengine; using namespace rtengine;
using namespace rtengine::procparams; using namespace rtengine::procparams;

View File

@@ -17,7 +17,6 @@
* along with RawTherapee. If not, see <http://www.gnu.org/licenses/>. * along with RawTherapee. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "vignetting.h" #include "vignetting.h"
#include <iomanip>
using namespace rtengine; using namespace rtengine;
using namespace rtengine::procparams; using namespace rtengine::procparams;