diff --git a/src/add-ons/kernel/network/protocols/l2cap/l2cap.h b/headers/private/bluetooth/l2cap.h similarity index 100% rename from src/add-ons/kernel/network/protocols/l2cap/l2cap.h rename to headers/private/bluetooth/l2cap.h diff --git a/src/add-ons/kernel/network/protocols/l2cap/l2cap_command.h b/src/add-ons/kernel/network/protocols/l2cap/l2cap_command.h index 82a0f6531e..97c832709c 100644 --- a/src/add-ons/kernel/network/protocols/l2cap/l2cap_command.h +++ b/src/add-ons/kernel/network/protocols/l2cap/l2cap_command.h @@ -1,17 +1,13 @@ /* * Copyright 2007 Oliver Ruiz Dorantes, oliver.ruiz.dorantes_at_gmail.com * All rights reserved. Distributed under the terms of the MIT License. - * */ - #ifndef _L2CAP_CMDS_H_ #define _L2CAP_CMDS_H_ -//net #include -//bt -#include "l2cap.h" +#include extern net_buffer_module_info *gBufferModule;