]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/signature-private.h
(no commit message)
[imagemagick] / MagickCore / signature-private.h
index 9c7fbc439616c6e15aeb4df70b4f557e83d0eb70..646887681773f5840459dbf3607c528cb88164eb 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_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;