Bug 1270928 - part 3 - don't include nsAutoPtr.h in ThreadResponsiveness.h; r=BenWa

Do #include RefPtr.h, though, since we need that for the definition of
ThreadResponsiveness.
This commit is contained in:
Nathan Froyd 2016-05-09 10:04:50 -04:00
parent 31c3d5d2af
commit 73cd95dafd

View File

@ -6,8 +6,8 @@
#ifndef ThreadResponsiveness_h
#define ThreadResponsiveness_h
#include "nsAutoPtr.h"
#include "nsISupports.h"
#include "mozilla/RefPtr.h"
#include "mozilla/TimeStamp.h"
class ThreadProfile;