Reduce image16.h dependencies
This commit is contained in:
@@ -22,7 +22,6 @@
|
|||||||
#include "rtengine.h"
|
#include "rtengine.h"
|
||||||
#include "improcfun.h"
|
#include "improcfun.h"
|
||||||
#include "image8.h"
|
#include "image8.h"
|
||||||
#include "image16.h"
|
|
||||||
#include "imagesource.h"
|
#include "imagesource.h"
|
||||||
#include "procevents.h"
|
#include "procevents.h"
|
||||||
#include "pipettebuffer.h"
|
#include "pipettebuffer.h"
|
||||||
|
@@ -16,11 +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 <cstdio>
|
||||||
|
|
||||||
#include "image16.h"
|
#include "image16.h"
|
||||||
#include "imagefloat.h"
|
#include "imagefloat.h"
|
||||||
#include "image8.h"
|
#include "image8.h"
|
||||||
#include <cstdio>
|
#include "rt_math.h"
|
||||||
#include "rtengine.h"
|
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
|
@@ -19,11 +19,9 @@
|
|||||||
//
|
//
|
||||||
// A class representing a 16 bit rgb image with separate planes and 16 byte aligned data
|
// A class representing a 16 bit rgb image with separate planes and 16 byte aligned data
|
||||||
//
|
//
|
||||||
#ifndef _IMAGE16_
|
#pragma once
|
||||||
#define _IMAGE16_
|
|
||||||
|
|
||||||
#include "imageio.h"
|
#include "imageio.h"
|
||||||
#include "rtengine.h"
|
|
||||||
|
|
||||||
namespace rtengine
|
namespace rtengine
|
||||||
{
|
{
|
||||||
@@ -109,4 +107,3 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
@@ -26,7 +26,6 @@
|
|||||||
#include "colortemp.h"
|
#include "colortemp.h"
|
||||||
#include "coord2d.h"
|
#include "coord2d.h"
|
||||||
#include "dcp.h"
|
#include "dcp.h"
|
||||||
#include "image16.h"
|
|
||||||
#include "image8.h"
|
#include "image8.h"
|
||||||
#include "imagedata.h"
|
#include "imagedata.h"
|
||||||
#include "LUT.h"
|
#include "LUT.h"
|
||||||
|
@@ -24,7 +24,6 @@
|
|||||||
#include "rtengine.h"
|
#include "rtengine.h"
|
||||||
#include "improcfun.h"
|
#include "improcfun.h"
|
||||||
#include "image8.h"
|
#include "image8.h"
|
||||||
#include "image16.h"
|
|
||||||
#include "imagesource.h"
|
#include "imagesource.h"
|
||||||
#include "procevents.h"
|
#include "procevents.h"
|
||||||
#include "dcrop.h"
|
#include "dcrop.h"
|
||||||
|
@@ -19,7 +19,6 @@
|
|||||||
#ifndef _IMPROCFUN_H_
|
#ifndef _IMPROCFUN_H_
|
||||||
#define _IMPROCFUN_H_
|
#define _IMPROCFUN_H_
|
||||||
|
|
||||||
#include "image16.h"
|
|
||||||
#include "image8.h"
|
#include "image8.h"
|
||||||
#include "shmap.h"
|
#include "shmap.h"
|
||||||
#include "coord2d.h"
|
#include "coord2d.h"
|
||||||
|
@@ -21,6 +21,7 @@
|
|||||||
#include "color.h"
|
#include "color.h"
|
||||||
#include "curves.h"
|
#include "curves.h"
|
||||||
#include "iccstore.h"
|
#include "iccstore.h"
|
||||||
|
#include "image16.h"
|
||||||
#include "imagefloat.h"
|
#include "imagefloat.h"
|
||||||
#include "imageio.h"
|
#include "imageio.h"
|
||||||
#include "mytime.h"
|
#include "mytime.h"
|
||||||
|
Reference in New Issue
Block a user