Bug 1439665 - Part 1: #include some headers directly in files that use them. r=sfink.

"Include what you use."
This commit is contained in:
Jason Orendorff
2018-02-20 11:28:12 -06:00
parent 619401a2bc
commit 00a387ca31
18 changed files with 21 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
#include "nsNetCID.h"
#include "nsPrintfCString.h"
#include "nsThreadUtils.h"
#include "mozilla/EndianUtils.h"
#include "mozilla/Telemetry.h"
#include "mozilla/IntegerPrintfMacros.h"
#include "mozilla/Logging.h"