]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Remove unnecessary header file inclusion
authorJouni Malinen <j@w1.fi>
Sun, 19 Aug 2012 15:44:53 +0000 (18:44 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 19 Aug 2012 15:44:53 +0000 (18:44 +0300)
Commit bfc62fe1331da4eca6dec70133c5d4cd1d6bc958 moved the code that
using crypto/random.h, but forgot to remove the inclusion of that header
file.

Signed-hostap: Jouni Malinen <j@w1.fi>

src/ap/wps_hostapd.c

index a051dfa158ba665a08be55c26b3b78492b3a9cec..506de5429c7872247ee77bc700da992f1b5ecbe2 100644 (file)
@@ -13,7 +13,6 @@
 #include "utils/uuid.h"
 #include "crypto/dh_groups.h"
 #include "crypto/dh_group5.h"
-#include "crypto/random.h"
 #include "common/wpa_ctrl.h"
 #include "common/ieee802_11_defs.h"
 #include "common/ieee802_11_common.h"