Refer to local headers locally with #include "" not #include <>.

Required now that we've got rid of the libtomcrypt variants that were
'accidentally' being included in the -I path

--HG--
branch : libtommath-dropbear
extra : convert_revision : 40ab3795de3a6157f34e52ed3f0be3eebe9a2eaa
This commit is contained in:
Matt Johnston 2007-01-11 03:09:09 +00:00
parent 2481693cf2
commit 058b2bec22
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@
#include <ctype.h>
#include <limits.h>
#include <tommath_class.h>
#include "tommath_class.h"
#undef MIN
#define MIN(x,y) ((x)<(y)?(x):(y))

View File

@ -987,8 +987,8 @@
#ifdef LTM3
#define LTM_LAST
#endif
#include <tommath_superclass.h>
#include <tommath_class.h>
#include "tommath_superclass.h"
#include "tommath_class.h"
#else
#define LTM_LAST
#endif