small change
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1659 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -11,7 +11,7 @@
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <ByteOrder.h>
|
||||
#include "NetBuffer.h"
|
||||
#include <NetBuffer.h>
|
||||
|
||||
BNetBuffer::BNetBuffer(size_t size)
|
||||
: fStatus(B_OK),
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#include <size_t.h>
|
||||
|
||||
#include "NetDebug.h"
|
||||
#include <NetDebug.h>
|
||||
|
||||
void BNetDebug::Enable(bool) {
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#include <netdb.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include "NetEndpoint.h"
|
||||
#include <NetEndpoint.h>
|
||||
|
||||
BNetEndpoint::BNetEndpoint(int protocol)
|
||||
: fStatus(B_OK),
|
||||
|
||||
Reference in New Issue
Block a user