changeset 385:fa7a368e12b1 libtommath-dropbear

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
author Matt Johnston <matt@ucc.asn.au>
date Thu, 11 Jan 2007 03:09:09 +0000
parents bd240aa12ba7
children 4663ced4968f
files tommath.h tommath_class.h
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tommath.h	Wed Mar 08 13:22:52 2006 +0000
+++ b/tommath.h	Thu Jan 11 03:09:09 2007 +0000
@@ -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))
--- a/tommath_class.h	Wed Mar 08 13:22:52 2006 +0000
+++ b/tommath_class.h	Thu Jan 11 03:09:09 2007 +0000
@@ -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