Fix order of header files for gcc 4.7 (see issue 1575 and issue 1701)

This commit is contained in:
Philip Rinn
2013-01-28 17:26:36 +01:00
parent cc3458a82f
commit 1c3f33fb2d
3 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
* along with RawTherapee. If not, see <http://www.gnu.org/licenses/>.
*/
#include "rt_math.h"
#include "rtengine.h"
#include "color.h"
#include "iccmatrices.h"
#include "mytime.h"