diff --git a/src/hci/commands/ifmgmt_cmd.c b/src/hci/commands/ifmgmt_cmd.c index 1b1b10f0..ad069f14 100644 --- a/src/hci/commands/ifmgmt_cmd.c +++ b/src/hci/commands/ifmgmt_cmd.c @@ -23,7 +23,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #include #include #include -#include "ifmgmt_cmd.h" +#include /** @file * diff --git a/src/hci/commands/ifmgmt_cmd.h b/src/include/hci/ifmgmt_cmd.h similarity index 100% rename from src/hci/commands/ifmgmt_cmd.h rename to src/include/hci/ifmgmt_cmd.h