changed order of includes

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1787 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-05-30 17:24:06 +00:00
parent 4fc60aacd1
commit 20047feaed

View File

@@ -36,13 +36,13 @@
* SUCH DAMAGE.
*/
#include <stdlib.h>
#include <string.h>
#include "base64.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
RCSID("$Id$");
#endif
#include <stdlib.h>
#include <string.h>
#include "base64.h"
static char base64[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";