]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Reorder, to get config.h included before gcrypt.h. gnutls_1_0_20
authorSimon Josefsson <simon@josefsson.org>
Wed, 18 Aug 2004 11:58:56 +0000 (11:58 +0000)
committerSimon Josefsson <simon@josefsson.org>
Wed, 18 Aug 2004 11:58:56 +0000 (11:58 +0000)
lib/gnutls_mpi.h

index d2e4e6619ae4296a44ad81ea69002e97c0f21bbb..5731e0d4db98e9b4585378edd9a9c69990568b74 100644 (file)
@@ -1,10 +1,10 @@
 #ifndef GNUTLS_MPI_H
 # define GNUTLS_MPI_H
 
+# include <gnutls_int.h>
 # include <gcrypt.h>
 # include <gc.h>
 # include <libtasn1.h>
-# include <gnutls_int.h>
 
 typedef gcry_mpi_t mpi_t;