Cleaned up unnecessary #include <iomanip>
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
*/
|
||||
#include "colorappearance.h"
|
||||
#include <cmath>
|
||||
#include <iomanip>
|
||||
#include "guiutils.h"
|
||||
#include "../rtengine/color.h"
|
||||
|
||||
|
@@ -2,7 +2,6 @@
|
||||
* This file is part of RawTherapee.
|
||||
*/
|
||||
#include "colortoning.h"
|
||||
#include <iomanip>
|
||||
#include "mycurve.h"
|
||||
|
||||
using namespace rtengine;
|
||||
|
@@ -3,7 +3,6 @@
|
||||
*/
|
||||
#include "gradient.h"
|
||||
#include "rtimage.h"
|
||||
#include <iomanip>
|
||||
#include "../rtengine/rt_math.h"
|
||||
|
||||
using namespace rtengine;
|
||||
|
@@ -21,7 +21,6 @@
|
||||
#include <cmath>
|
||||
#include "options.h"
|
||||
#include "multilangmgr.h"
|
||||
#include <iomanip>
|
||||
#include "cropwindow.h"
|
||||
#include "../rtengine/refreshmap.h"
|
||||
#include "options.h"
|
||||
|
@@ -2,7 +2,6 @@
|
||||
* This file is part of RawTherapee.
|
||||
*/
|
||||
#include "pcvignette.h"
|
||||
#include <iomanip>
|
||||
|
||||
using namespace rtengine;
|
||||
using namespace rtengine::procparams;
|
||||
|
@@ -17,7 +17,6 @@
|
||||
* along with RawTherapee. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "rgbcurves.h"
|
||||
#include <iomanip>
|
||||
|
||||
using namespace rtengine;
|
||||
using namespace rtengine::procparams;
|
||||
|
@@ -20,7 +20,6 @@
|
||||
#include "guiutils.h"
|
||||
#include "../rtengine/safegtk.h"
|
||||
#include <sstream>
|
||||
#include <iomanip>
|
||||
#include <cmath>
|
||||
|
||||
using namespace rtengine;
|
||||
|
@@ -20,7 +20,6 @@
|
||||
#include "guiutils.h"
|
||||
#include "../rtengine/safegtk.h"
|
||||
#include <sstream>
|
||||
#include <iomanip>
|
||||
#include <cmath>
|
||||
|
||||
using namespace rtengine;
|
||||
|
@@ -19,7 +19,6 @@
|
||||
|
||||
#include "vibrance.h"
|
||||
#include "../rtengine/color.h"
|
||||
#include <iomanip>
|
||||
|
||||
using namespace rtengine;
|
||||
using namespace rtengine::procparams;
|
||||
|
@@ -17,7 +17,6 @@
|
||||
* along with RawTherapee. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "vignetting.h"
|
||||
#include <iomanip>
|
||||
|
||||
using namespace rtengine;
|
||||
using namespace rtengine::procparams;
|
||||
|
Reference in New Issue
Block a user