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:
Jouni Malinen 2009-11-29 23:04:43 +02:00
parent 5586f500a0
commit 03da66bd59
92 changed files with 219 additions and 240 deletions

View file

@ -15,12 +15,9 @@
#include "includes.h"
#include "common.h"
#include "crypto/aes_wrap.h"
#include "crypto/sha256.h"
#include "eap_defs.h"
#include "aes_wrap.h"
#include "crypto.h"
#ifdef EAP_GPSK_SHA256
#include "sha256.h"
#endif /* EAP_GPSK_SHA256 */
#include "eap_gpsk_common.h"