From: Michael Brown Date: Sun, 28 Jun 2009 19:28:38 +0000 (+0100) Subject: [ifmgmt] Move ifmgmt_cmd.h to include/hci X-Git-Tag: v0.9.8~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76c915d5bdfc9873ca4d05cad80b3c6e260c500e;p=thirdparty%2Fipxe.git [ifmgmt] Move ifmgmt_cmd.h to include/hci --- 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