move to always using version.h

pull/1/head
toddouska 2011-09-28 14:27:19 -07:00
parent d7cf75748a
commit 33701c0d17
1 changed files with 1 additions and 6 deletions

View File

@ -28,17 +28,12 @@
/* for users not using preprocessor flags*/
#include <cyassl/ctaocrypt/settings.h>
#include <cyassl/version.h>
#ifndef NO_FILESYSTEM
#include <stdio.h> /* ERR_printf */
#endif
#ifdef USE_CYASSL_VERSION
#include <cyassl/version.h>
#endif
#ifdef YASSL_PREFIX
#include "prefix_ssl.h"
#endif