Further reduction of include dependencies

This commit is contained in:
Ingo Weyrich
2019-10-31 20:41:08 +01:00
parent 284fe57159
commit cac2eb53ef
54 changed files with 137 additions and 56 deletions

View File

@@ -17,14 +17,14 @@
* along with RawTherapee. If not, see <https://www.gnu.org/licenses/>.
*/
#include "adjuster.h"
#include <sigc++/slot.h>
#include <cmath>
#include "multilangmgr.h"
#include "../rtengine/rt_math.h"
#include "options.h"
#include "guiutils.h"
#include "rtimage.h"
#include "multilangmgr.h"
#include "options.h"
#include "rtimage.h"
#include "../rtengine/rt_math.h"
namespace {