Cleaned up unnecessary #include <iomanip>
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
@@ -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;
|
||||||
|
@@ -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;
|
||||||
|
@@ -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"
|
||||||
|
@@ -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;
|
||||||
|
@@ -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;
|
||||||
|
@@ -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;
|
||||||
|
@@ -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;
|
||||||
|
@@ -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;
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user