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