]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/signature-private.h
Update web pages
[imagemagick] / MagickCore / signature-private.h
index 093507973612aa5fb86b5a7fc72c9c3f53ad8a72..3ac5249fb41511cf4abb3dfdb14e512c9fe8f5fd 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2013 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2015 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_SIGNATURE_PRIVATE_H
 #define _MAGICKCORE_SIGNATURE_PRIVATE_H
 
+#include "MagickCore/string_.h"
+
 #if defined(__cplusplus) || defined(c_plusplus)
 extern "C" {
 #endif
 
 #define MagickSignatureSize  64
 
-#include <MagickCore/string_.h>
-
 typedef struct _SignatureInfo
   SignatureInfo;