Bug 713082 - Part 2: Rename Util.h to ArrayUtils.h. r=Waldo

This commit is contained in:
Birunthan Mohanathas
2013-12-08 21:52:54 -05:00
parent c04d0ff563
commit 88a0348924
214 changed files with 230 additions and 222 deletions

View File

@@ -8,6 +8,7 @@
#include <algorithm>
#include "mozilla/ArrayUtils.h"
#include "mozilla/Attributes.h"
#include "mozilla/AutoRestore.h"
#include "mozilla/Casting.h"
@@ -19,7 +20,6 @@
#include "mozilla/StartupTimeline.h"
#include "mozilla/Telemetry.h"
#include "mozilla/unused.h"
#include "mozilla/Util.h"
#include "mozilla/VisualEventTracer.h"
#ifdef MOZ_LOGGING