summaryrefslogtreecommitdiffstats
path: root/src/ufo-write-task.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ufo-write-task.c')
-rw-r--r--src/ufo-write-task.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ufo-write-task.c b/src/ufo-write-task.c
index 0f1e478..c97410d 100644
--- a/src/ufo-write-task.c
+++ b/src/ufo-write-task.c
@@ -17,6 +17,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "config.h"
#ifdef __APPLE__
#include <OpenCL/cl.h>
#else
@@ -29,7 +30,6 @@
#include <errno.h>
#include <math.h>
-#include "config.h"
#include "ufo-write-task.h"
#include "writers/ufo-writer.h"
#include "writers/ufo-raw-writer.h"