]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/paint.h
(no commit message)
[imagemagick] / MagickCore / paint.h
index 89d59e71bbf92ab32a3618dea36b6f0e72a33d21..aa718d39bf3350d028606fab509794b7062fa75b 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2012 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2014 ImageMagick Studio LLC, a non-profit organization
   dedicated to making software imaging solutions freely available.
   
   You may not use this file except in compliance with the License.
 #ifndef _MAGICKCORE_PAINT_H
 #define _MAGICKCORE_PAINT_H
 
+#include "MagickCore/color.h"
+#include "MagickCore/draw.h"
+
 #if defined(__cplusplus) || defined(c_plusplus)
 extern "C" {
 #endif
 
-#include "MagickCore/color.h"
-#include "MagickCore/draw.h"
-
 extern MagickExport Image
   *OilPaintImage(const Image *,const double,const double,ExceptionInfo *);