Further reduction of include dependencies

This commit is contained in:
Ingo Weyrich
2019-10-31 13:29:12 +01:00
parent c44e9dfa44
commit 284fe57159
23 changed files with 37 additions and 33 deletions

View File

@@ -16,20 +16,28 @@
* You should have received a copy of the GNU General Public License
* along with RawTherapee. If not, see <https://www.gnu.org/licenses/>.
*/
#include "dfmanager.h"
#include "../rtgui/options.h"
#include <giomm.h>
#include "rawimage.h"
#include <sstream>
#include <iostream>
#include <cstdio>
#include "imagedata.h"
#include <giomm.h>
#include <glibmm/ustring.h>
#include "dfmanager.h"
#include "../rtgui/options.h"
#include "rawimage.h"
#include "imagedata.h"
namespace rtengine
{
// *********************** class dfInfo **************************************
dfInfo::~dfInfo()
{
if( ri ) {
delete ri;
}
}
inline dfInfo& dfInfo::operator =(const dfInfo &o)
{