fix old include path

This commit is contained in:
Matthias Ringwald 2015-10-22 09:45:06 +02:00
parent f6ce546317
commit 3c5c08264b
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
*
*/
#include <btstack/memory_pool.h>
#include "memory_pool.h"
#include <stddef.h>
#include "debug.h"

View File

@ -97,7 +97,7 @@ cfile_header_begin = """
*/
#include "btstack_memory.h"
#include <btstack/memory_pool.h>
#include "memory_pool.h"
#include <stdlib.h>