mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Followup for bug 1073712: Don't include a C header inside namespace mozilla on a CLOSED TREE
This commit is contained in:
parent
dd47359d07
commit
9f7618b42a
@ -31,11 +31,6 @@ public:
|
||||
static void Release(NesteggPacketHolder* aHolder) { delete aHolder; }
|
||||
};
|
||||
|
||||
namespace mozilla {
|
||||
|
||||
using namespace gfx;
|
||||
using namespace layers;
|
||||
|
||||
// Un-comment to enable logging of seek bisections.
|
||||
//#define SEEK_LOGGING
|
||||
|
||||
@ -54,6 +49,11 @@ PRLogModuleInfo* gNesteggLog;
|
||||
#define SEEK_LOG(type, msg)
|
||||
#endif
|
||||
|
||||
namespace mozilla {
|
||||
|
||||
using namespace gfx;
|
||||
using namespace layers;
|
||||
|
||||
static const unsigned NS_PER_USEC = 1000;
|
||||
static const double NS_PER_S = 1e9;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user