Cleanup curves.h includes

This commit is contained in:
Ingo Weyrich
2019-10-29 14:15:45 +01:00
parent 3aa84c48da
commit c11087c28d
10 changed files with 19 additions and 14 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 __CURVES_H__
#define __CURVES_H__
#pragma once
#include <map>
#include <string>
@@ -1311,5 +1310,3 @@ inline void SatAndValueBlendingToneCurve::Apply (float& ir, float& ig, float& ib
}
#undef CLIPI
#endif