Bug 924938 - Correctly include CacheLog.h as the first file in a module to force logging in opt builds, r=michal

This commit is contained in:
Honza Bambas
2013-10-15 20:08:26 +02:00
parent a7aa0d45b7
commit 9728122573
9 changed files with 14 additions and 8 deletions

View File

@@ -2,9 +2,9 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "CacheLog.h"
#include "CacheFileInputStream.h"
#include "CacheLog.h"
#include "CacheFile.h"
#include "nsStreamUtils.h"
#include "nsThreadUtils.h"