- Removed extraneous "polarssl/" in front on include directives in header files
This commit is contained in:
parent
33aac37d53
commit
314052fbfc
12 changed files with 27 additions and 27 deletions
|
@ -27,8 +27,8 @@
|
|||
#ifndef SSL_DEBUG_H
|
||||
#define SSL_DEBUG_H
|
||||
|
||||
#include "polarssl/config.h"
|
||||
#include "polarssl/ssl.h"
|
||||
#include "config.h"
|
||||
#include "ssl.h"
|
||||
|
||||
#if defined(POLARSSL_DEBUG_MSG) && defined(POLARSSL_DEBUG_C)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue