Issue #80 - De-unify netwerk/base

This commit is contained in:
Moonchild 2020-05-17 10:43:40 +00:00 committed by Roy Tam
commit 2ba616d271
14 changed files with 31 additions and 3 deletions

View file

@ -9,6 +9,7 @@
#include "mozilla/Assertions.h"
#include "mozilla/DebugOnly.h"
#include "mozilla/Logging.h"
#include "mozilla/net/DNS.h"
#include "prerror.h"
#include "prio.h"
#include "private/pprio.h"
@ -21,6 +22,8 @@
#define USEPIPE 1
#endif
using namespace mozilla::net;
namespace mozilla {
namespace net {