diff options
Diffstat (limited to 'xpcom/threads/TaskDispatcher.h')
-rw-r--r-- | xpcom/threads/TaskDispatcher.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/xpcom/threads/TaskDispatcher.h b/xpcom/threads/TaskDispatcher.h index 1f27c32c7d..29a27e6e37 100644 --- a/xpcom/threads/TaskDispatcher.h +++ b/xpcom/threads/TaskDispatcher.h @@ -4,19 +4,19 @@ * 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/. */ -#if !defined(TaskDispatcher_h_) -# define TaskDispatcher_h_ - -# include <queue> - -# include "mozilla/AbstractThread.h" -# include "mozilla/Maybe.h" -# include "mozilla/ProfilerRunnable.h" -# include "mozilla/UniquePtr.h" -# include "nsIDirectTaskDispatcher.h" -# include "nsISupportsImpl.h" -# include "nsTArray.h" -# include "nsThreadUtils.h" +#ifndef XPCOM_THREADS_TASKDISPATCHER_H_ +#define XPCOM_THREADS_TASKDISPATCHER_H_ + +#include <queue> + +#include "mozilla/AbstractThread.h" +#include "mozilla/Maybe.h" +#include "mozilla/ProfilerRunnable.h" +#include "mozilla/UniquePtr.h" +#include "nsIDirectTaskDispatcher.h" +#include "nsISupportsImpl.h" +#include "nsTArray.h" +#include "nsThreadUtils.h" namespace mozilla { |