From 76c915d5bdfc9873ca4d05cad80b3c6e260c500e Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 28 Jun 2009 20:28:38 +0100 Subject: [PATCH] [ifmgmt] Move ifmgmt_cmd.h to include/hci --- src/hci/commands/ifmgmt_cmd.c | 2 +- src/{hci/commands => include/hci}/ifmgmt_cmd.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{hci/commands => include/hci}/ifmgmt_cmd.h (100%) diff --git a/src/hci/commands/ifmgmt_cmd.c b/src/hci/commands/ifmgmt_cmd.c index 1b1b10f08..ad069f14f 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 -- 2.47.2