Further cleanup of include dependencies

This commit is contained in:
Ingo Weyrich 2019-10-29 23:49:43 +01:00
parent 1acca23fe1
commit 81575a6e36
5 changed files with 7 additions and 5 deletions

View File

@ -23,7 +23,6 @@
#include <cstring> #include <cstring>
#include <cstdio> #include <cstdio>
#include "rtengine.h"
#include "rt_math.h" #include "rt_math.h"
#include "mytime.h" #include "mytime.h"

View File

@ -24,7 +24,6 @@
#include <cmath> #include <cmath>
#include "rtengine.h"
#include "rawimagesource.h" #include "rawimagesource.h"
#include "rt_math.h" #include "rt_math.h"

View File

@ -17,7 +17,7 @@
* along with RawTherapee. If not, see <https://www.gnu.org/licenses/>. * along with RawTherapee. If not, see <https://www.gnu.org/licenses/>.
*/ */
#include "ciecam02.h" #include "ciecam02.h"
#include "rtengine.h" #include "rt_math.h"
#include "curves.h" #include "curves.h"
#include <math.h> #include <math.h>
#include "sleef.c" #include "sleef.c"

View File

@ -16,8 +16,12 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with RawTherapee. If not, see <https://www.gnu.org/licenses/>. * along with RawTherapee. If not, see <https://www.gnu.org/licenses/>.
*/ */
#include <glibmm/ustring.h>
#include "colortemp.h" #include "colortemp.h"
#include "rtengine.h" #include "iccmatrices.h"
#include "rt_math.h"
#include <math.h> #include <math.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -23,9 +23,9 @@
#include <memory> #include <memory>
#include <string> #include <string>
#include <glibmm/ustring.h> #include <glibmm/ustring.h>
#include "imageio.h"
#include "../rtexif/rtexif.h" #include "../rtexif/rtexif.h"
#include <libiptcdata/iptc-data.h> #include <libiptcdata/iptc-data.h>
#include "rtengine.h"
namespace rtengine namespace rtengine
{ {