Further cleanup of include dependencies
This commit is contained in:
parent
1acca23fe1
commit
81575a6e36
@ -23,7 +23,6 @@
|
||||
#include <cstring>
|
||||
#include <cstdio>
|
||||
|
||||
#include "rtengine.h"
|
||||
#include "rt_math.h"
|
||||
#include "mytime.h"
|
||||
|
||||
|
@ -24,7 +24,6 @@
|
||||
|
||||
#include <cmath>
|
||||
|
||||
#include "rtengine.h"
|
||||
#include "rawimagesource.h"
|
||||
#include "rt_math.h"
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
* along with RawTherapee. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "ciecam02.h"
|
||||
#include "rtengine.h"
|
||||
#include "rt_math.h"
|
||||
#include "curves.h"
|
||||
#include <math.h>
|
||||
#include "sleef.c"
|
||||
|
@ -16,8 +16,12 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with RawTherapee. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <glibmm/ustring.h>
|
||||
|
||||
#include "colortemp.h"
|
||||
#include "rtengine.h"
|
||||
#include "iccmatrices.h"
|
||||
#include "rt_math.h"
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -23,9 +23,9 @@
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <glibmm/ustring.h>
|
||||
#include "imageio.h"
|
||||
#include "../rtexif/rtexif.h"
|
||||
#include <libiptcdata/iptc-data.h>
|
||||
#include "rtengine.h"
|
||||
|
||||
namespace rtengine
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user