Remove src/crypto from default include path
In addition, start ordering header file includes to be in more consistent order: system header files, src/utils, src/*, same directory as the *.c file.
This commit is contained in:
parent
5586f500a0
commit
03da66bd59
92 changed files with 219 additions and 240 deletions
|
@ -18,9 +18,9 @@
|
|||
#include "includes.h"
|
||||
|
||||
#include "common.h"
|
||||
#include "eap_peer/eap_i.h"
|
||||
#include "aes_wrap.h"
|
||||
#include "crypto/aes_wrap.h"
|
||||
#include "eap_common/eap_psk_common.h"
|
||||
#include "eap_i.h"
|
||||
|
||||
|
||||
struct eap_psk_data {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue