Browse Source

qcacmn: Remove qdf_str include from qdf_mem

In order to migrate existing qdf_str_* APIs to qdf_str.h from
qdf_mem.h, qdf_mem.h included qdf_str.h. Now that consumers are
including qdf_str.h directly, remove this include.

Change-Id: I6b0ee3a4a2ad17db922b8e19087c1d730ad9b419
CRs-Fixed: 2196132
Dustin Brown 7 years ago
parent
commit
f16867f4c2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      qdf/inc/qdf_mem.h

+ 0 - 1
qdf/inc/qdf_mem.h

@@ -34,7 +34,6 @@
 #define __QDF_MEMORY_H
 
 /* Include Files */
-#include "qdf_str.h" /* TODO: update references and remove */
 #include <qdf_types.h>
 #include <i_qdf_mem.h>