]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/paint.h
(no commit message)
[imagemagick] / MagickCore / paint.h
index 2897a109dc8261a3f45144645a5fb61f04b6c20f..aa718d39bf3350d028606fab509794b7062fa75b 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2011 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 *);