- Removed extraneous "polarssl/" in front on include directives in header files

diff --git a/include/polarssl/dhm.h b/include/polarssl/dhm.h
index 94ad015..1cbfc6c 100644
--- a/include/polarssl/dhm.h
+++ b/include/polarssl/dhm.h
@@ -27,7 +27,7 @@
 #ifndef POLARSSL_DHM_H
 #define POLARSSL_DHM_H
 
-#include "polarssl/bignum.h"
+#include "bignum.h"
 
 /*
  * DHM Error codes