mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
Issue #80 - De-unify netwerk/base
This commit is contained in:
parent
51c19f2e77
commit
2ba616d271
14 changed files with 31 additions and 3 deletions
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue