Further reduction of include dependencies

This commit is contained in:
Ingo Weyrich
2019-11-01 14:51:33 +01:00
parent 962f81f6bc
commit e682b364b5
23 changed files with 40 additions and 28 deletions

View File

@@ -15,12 +15,15 @@
* You should have received a copy of the GNU General Public License
* along with RawTherapee. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef WIN32
#include <windows.h>
#endif
#include "cachemanager.h"
#include "multilangmgr.h"
#include "thumbnail.h"
#include <sstream>
#include <iomanip>
#include "../rtengine/mytime.h"
#include <cstdio>
#include <cstdlib>
#include "../rtengine/colortemp.h"
@@ -30,12 +33,13 @@
#include <glib/gstdio.h>
#include "../rtengine/dynamicprofile.h"
#include "../rtengine/profilestore.h"
#include "../rtengine/settings.h"
#include "guiutils.h"
#include "batchqueue.h"
#include "extprog.h"
#include "pathutils.h"
#include "profilestorecombobox.h"
#include "paramsedited.h"
#include "procparamchangers.h"
using namespace rtengine::procparams;