Reduce rawimage.h dependencies

This commit is contained in:
Ingo Weyrich
2019-10-29 15:21:02 +01:00
parent c11087c28d
commit ed161c6288
21 changed files with 50 additions and 35 deletions

View File

@@ -16,8 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with RawTherapee. If not, see <https://www.gnu.org/licenses/>.
*/
#ifndef __RAWIMAGE_H
#define __RAWIMAGE_H
#pragma once
#include <ctime>
#include <cmath>
@@ -307,5 +306,3 @@ public:
};
}
#endif // __RAWIMAGE_H