The qdf_str APIs have recently been moved from qdf_mem. Reference the new qdf_str.h header file where appropriate. Change-Id: If97c9c37a7d720a7b93e50ec228da67a8e980c2e CRs-Fixed: 2196129
@@ -20,8 +20,9 @@
* DOC: defines nan component os interface APIs
*/
-#include "qdf_types.h"
+#include "qdf_str.h"
#include "qdf_trace.h"
+#include "qdf_types.h"
#include "os_if_nan.h"
#include "wlan_nan_api.h"
#include "nan_ucfg_api.h"
@@ -32,6 +32,7 @@
/* Include Files */
#include <qdf_trace.h>
#include <linux/export.h>
@@ -20,6 +20,7 @@
* DOC: This file contains definition for mandatory legacy API
#include "wlan_utility.h"
#include <wlan_cmn.h>
#include "wlan_osif_priv.h"