commit | 314052fbfc23d590bab4ad9c7257c66ff1f2f326 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Mon Aug 15 09:07:52 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Mon Aug 15 09:07:52 2011 +0000 |
tree | b7847b7115cb576e4464f42dd258a4de74e66b3e | |
parent | 33aac37d53b86415ba5c00e111345420573a5b2d [diff] [blame] |
- Removed extraneous "polarssl/" in front on include directives in header files
diff --git a/include/polarssl/version.h b/include/polarssl/version.h index 03a55ce..a12fdd1 100644 --- a/include/polarssl/version.h +++ b/include/polarssl/version.h
@@ -31,7 +31,7 @@ #ifndef POLARSSL_VERSION_H #define POLARSSL_VERSION_H -#include "polarssl/config.h" +#include "config.h" /** * The version number x.y.z is split into three parts.