Parcourir la source

Merge branch 'bugfix/minor_nvs_remove_unused_header' into 'master'

nvs: minor - removed unused header inclusion

See merge request !1279

Ivan Grokhotkov il y a 8 ans
Parent
commit
d55a7cdfee
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      components/nvs_flash/src/nvs_api.cpp

+ 0 - 1
components/nvs_flash/src/nvs_api.cpp

@@ -11,7 +11,6 @@
 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 // See the License for the specific language governing permissions and
 // See the License for the specific language governing permissions and
 // limitations under the License.
 // limitations under the License.
-#include <vector>
 #include "nvs.hpp"
 #include "nvs.hpp"
 #include "nvs_flash.h"
 #include "nvs_flash.h"
 #include "nvs_storage.hpp"
 #include "nvs_storage.hpp"