Move header to private, is meant to be used by acl component as well
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26903 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
b407c416eb
commit
696b8e46f3
@ -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 <net_buffer.h>
|
||||
|
||||
//bt
|
||||
#include "l2cap.h"
|
||||
#include <l2cap.h>
|
||||
|
||||
|
||||
extern net_buffer_module_info *gBufferModule;
|
||||
|
Loading…
Reference in New Issue
Block a user