2011-10-05 22:15:45 +00:00
|
|
|
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
2011-10-20 21:38:39 +00:00
|
|
|
/* vim: set sw=2 ts=8 et ft=cpp : */
|
2012-05-21 11:12:37 +00:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* 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/. */
|
2011-10-05 22:15:45 +00:00
|
|
|
|
2011-12-17 21:04:51 +00:00
|
|
|
#ifndef mozilla_hal_HalSandbox_h
|
|
|
|
#define mozilla_hal_HalSandbox_h
|
2011-10-05 22:15:45 +00:00
|
|
|
|
|
|
|
#define MOZ_HAL_NAMESPACE hal_sandbox
|
2011-12-17 21:04:51 +00:00
|
|
|
#undef mozilla_Hal_h
|
|
|
|
#undef mozilla_HalInternal_h
|
2011-10-05 22:15:45 +00:00
|
|
|
#include "Hal.h"
|
2011-12-17 21:04:51 +00:00
|
|
|
#include "HalInternal.h"
|
2011-10-05 22:15:45 +00:00
|
|
|
#undef MOZ_HAL_NAMESPACE
|
2011-12-17 21:04:51 +00:00
|
|
|
|
|
|
|
#endif // mozilla_hal_HalSandbox_h
|