HalSandbox.h 544 B

1234567891011121314151617
  1. /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
  2. /* This Source Code Form is subject to the terms of the Mozilla Public
  3. * License, v. 2.0. If a copy of the MPL was not distributed with this
  4. * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  5. #ifndef mozilla_hal_HalSandbox_h
  6. #define mozilla_hal_HalSandbox_h
  7. #define MOZ_HAL_NAMESPACE hal_sandbox
  8. #undef mozilla_Hal_h
  9. #undef mozilla_HalInternal_h
  10. #include "Hal.h"
  11. #include "HalInternal.h"
  12. #undef MOZ_HAL_NAMESPACE
  13. #endif // mozilla_hal_HalSandbox_h