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:
Oliver Ruiz Dorantes 2008-08-09 20:47:30 +00:00
parent b407c416eb
commit 696b8e46f3
2 changed files with 1 additions and 5 deletions

View File

@ -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;